Imported Upstream version 3.3.2
[debian/amanda] / installcheck / mock / mtx.pl
index b8dce83354bd30cec8678c57cd9c849a17601b96..6d154e7ecc1f11d04e6dd9add724bae7a42da8aa 100644 (file)
@@ -1,5 +1,5 @@
 #! @PERL@
-# Copyright (c) 2009 Zmanda, Inc.  All Rights Reserved.
+# Copyright (c) 2009-2012 Zmanda, Inc.  All Rights Reserved.
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 as published
@@ -81,7 +81,7 @@ sub load_statefile {
     }
 
     # make sure some things are zero if they're not defined
-    for my $k qw(num_drives num_slots num_ie first_drive first_slot first_ie) {
+    for my $k (qw(num_drives num_slots num_ie first_drive first_slot first_ie)) {
        $CONFIG->{$k} = 0 unless defined $CONFIG->{$k};
     }
 }