mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-26 13:10:35 +00:00
Remove leftover extraneous output from xcatd
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11989 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -1150,7 +1150,6 @@ sub plugin_command {
|
||||
foreach (keys %unhandled_nodes) {
|
||||
push @{$xcatresponse->{xcatresponse}},{node=>[{name=>[$_],error=>["Unable to identify plugin for this command, check relevant tables: $queuelist"],errorcode=>[1]}]};
|
||||
}
|
||||
print $sock XMLout({node=>[{name=>[$_],error=>["Unable to identify plugin for this command, check relevant tables: $queuelist"],errorcode=>[1]}]},NoAttr=>1,RootName=>'xcatresponse');
|
||||
print $sock XMLout($xcatresponse,KeepRoot=>1,NoAttr=>1);
|
||||
} else {
|
||||
foreach (keys %unhandled_nodes) {
|
||||
|
Reference in New Issue
Block a user