mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-18 10:31:10 +00:00
-Fix perl syntax error in Client.pm called out with perl -Wc
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1044 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -141,7 +141,7 @@ sub submit_request {
|
||||
die "Connection failure: $@"
|
||||
}
|
||||
}
|
||||
my $msg=XMLout($request,RootName=>xcatrequest,NoAttr=>1,KeyAttr=>[]);
|
||||
my $msg=XMLout($request,RootName=>'xcatrequest',NoAttr=>1,KeyAttr=>[]);
|
||||
print $client $msg;
|
||||
my $response;
|
||||
my $rsp;
|
||||
|
Reference in New Issue
Block a user