mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	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:
		| @@ -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"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user