- Small typo fix.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2241 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Mark Buechler
2010-09-24 15:37:20 +00:00
parent 5b9c8b0399
commit 6522a519fd

View File

@@ -1027,7 +1027,7 @@ sub removeVirtualTarget {
foreach my $session (keys %{$sessions}) {
if (defined($$sessions{$session}->{'force_close'})) {
$can_close{$session}++;
my $rc = closeSession($driver, $target, $session);
my $rc = $self->closeSession($driver, $target, $session);
return $rc if ($rc);
}
}