From f4e80e372525f5852d9faf8d65d12042d9bad334 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 27 Mar 2009 21:08:42 +0000 Subject: [PATCH] -Fix syntax error in code git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3021 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/dhcp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/dhcp.pm b/xCAT-server/lib/xcat/plugins/dhcp.pm index e92737537..d466dcad0 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -298,7 +298,7 @@ sub preprocess_request { my $req = shift; $callback = shift; - my $localonly + my $localonly; @ARGV = @{$req->{arg}}; GetOptions('l' => \$localonly); if ($req->{_xcatdest})