From a142c4275d57d9cdb3a6f793d9ab609ecbe8278e Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 1 Sep 2009 15:00:14 +0000 Subject: [PATCH] -Fix bug where perl attempted to evaluate a variable intended for xNBA git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4066 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/pxe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/pxe.pm b/xCAT-server/lib/xcat/plugins/pxe.pm index d4b43d85a..67dfe45da 100644 --- a/xCAT-server/lib/xcat/plugins/pxe.pm +++ b/xCAT-server/lib/xcat/plugins/pxe.pm @@ -84,7 +84,7 @@ sub setstate { } } if ($kern->{kcmdline} =~ /!myipfn!/) { - my $ipfn = "${next-server}";#xCAT::Utils->my_ip_facing($node); + my $ipfn = '${next-server}';#xCAT::Utils->my_ip_facing($node); unless ($ipfn) { my @myself = xCAT::Utils->determinehostname(); my $myname = $myself[(scalar @myself)-1];