-Don't have anaconda recursively farm out pre-farmed requests

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3245 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-04-22 23:05:47 +00:00
parent 79e6c93a6c
commit 576d4e6212

View File

@ -67,6 +67,7 @@ sub preprocess_request
{
my $req = shift;
my $callback = shift;
return [$req]; #calls are only made from pre-farmed out scenarios
if ($req->{command}->[0] eq 'copycd')
{ #don't farm out copycd
return [$req];