mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 20:51:27 +00:00
scstadmin: Avoid shadowing the errorString declaration, part 3
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7938 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1380,7 +1380,8 @@ sub readWorkingConfig {
|
||||
|
||||
# Get current assignments
|
||||
|
||||
my ($drivers, $errorString) = $SCST->drivers();
|
||||
my $drivers;
|
||||
($drivers, $errorString) = $SCST->drivers();
|
||||
immediateExit($errorString);
|
||||
|
||||
foreach my $driver (@{$drivers}) {
|
||||
|
||||
Reference in New Issue
Block a user