From f485547a4dda1774723d582482b254e6f27dee3d Mon Sep 17 00:00:00 2001 From: daniceexi Date: Thu, 11 Jul 2013 08:31:04 +0000 Subject: [PATCH] fixed a typo git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16950 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/seqdiscovery.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/seqdiscovery.pm b/xCAT-server/lib/xcat/plugins/seqdiscovery.pm index ab1d6e05f..10afe143d 100644 --- a/xCAT-server/lib/xcat/plugins/seqdiscovery.pm +++ b/xCAT-server/lib/xcat/plugins/seqdiscovery.pm @@ -960,7 +960,7 @@ Usage: } # remove entries which have method att been set - foreach my $_ (keys %methodlist) { + foreach (keys %methodlist) { $distab->delEntries({method => $_}); } $distab->commit();