scstadmin: Avoid shadowing the errorString declaration, part 4

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7939 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-02-16 19:08:50 +00:00
parent 2b238a6abb
commit 7d9212affb

View File

@@ -2988,7 +2988,8 @@ sub clearConfiguration {
# Todo - check return code
my ($drivers, $errorString) = $SCST->drivers();
my $drivers;
($drivers, $errorString) = $SCST->drivers();
foreach my $driver (@{$drivers}) {
my $targets;