diff --git a/webif/lib/rsv.class b/webif/lib/rsv.class
index f9d95a0..65e3f57 100644
--- a/webif/lib/rsv.class
+++ b/webif/lib/rsv.class
@@ -1371,7 +1371,7 @@ proc {rsv restore} {file} {
 
 		puts "    $chan"
 
-		set c [$svc channel $chan]
+		set c [svc channel $chan]
 		if {$c == 0} {
 			puts "        Cannot map channel name to service."
 			continue