Fix extraneous $ #2

Manually merged
df merged 1 commits from svc.class into master 2020-06-07 12:35:56 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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