mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
- 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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user