-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
This commit is contained in:
jbjohnso 2009-05-07 13:58:31 +00:00
parent 6a8412018b
commit dac2479a1d

View File

@ -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($_)) {