From cd7883323b6415c285e685281d0297d632557f0e Mon Sep 17 00:00:00 2001 From: ellen56 Date: Tue, 30 Jun 2009 11:04:30 +0000 Subject: [PATCH] fix bug 2812004 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3667 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/monctrlcmds.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/monctrlcmds.pm b/xCAT-server/lib/xcat/plugins/monctrlcmds.pm index 5931dac00..b1ea8c0e1 100644 --- a/xCAT-server/lib/xcat/plugins/monctrlcmds.pm +++ b/xCAT-server/lib/xcat/plugins/monctrlcmds.pm @@ -62,7 +62,8 @@ sub preprocess_request my $req = shift; my $callback = shift; my $command = $req->{command}->[0]; - if ($req->{_xcatdest}) { return [$req]; } #exit if preprocessed +# if ($req->{_xcatdest}) { return [$req]; } #exit if preprocessed + if ($req->{module}) { return [$req]; } my $args=$req->{arg}; my @requests=();