From dac2479a1d87389e6ca761440632a4c69801c9cc Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 7 May 2009 13:58:31 +0000 Subject: [PATCH] -Fix problem where noderange validation to relevance was not performed correctly for tftp content management git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3305 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 3b352b784..a6c259648 100644 --- a/xCAT-server/lib/xcat/plugins/pxe.pm +++ b/xCAT-server/lib/xcat/plugins/pxe.pm @@ -279,7 +279,7 @@ sub process_request { } #if not shared, then help sync up - if ($req->{'_disparatetftp'}->[0]) { #reading hint from preprocess_command + if ($request->{'_disparatetftp'}->[0]) { #reading hint from preprocess_command @nodes = (); foreach (@rnodes) { if (xCAT::Utils->nodeonmynet($_)) {