Correct typo, fixing bug 3165711
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8742 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
54bc5dbc84
commit
a74884e987
@ -183,7 +183,7 @@ sub process_request
|
||||
if ($_->{net} =~ /:/) {
|
||||
my $rsp = {};
|
||||
$rsp->{data}->[0] = "Ignoring IPv6 network, not supported in bind.pm (site.dnshandler=ddns if you want to do IPv6 DNS records";
|
||||
xCAT::MsgeUtils->message("W",$rsp,$callback,1);
|
||||
xCAT::MsgUtils->message("W",$rsp,$callback,1);
|
||||
next;
|
||||
}
|
||||
push @args, "-n";
|
||||
|
Loading…
Reference in New Issue
Block a user