2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-12 17:30:19 +00:00

Update dhcp.pm

This commit is contained in:
Yuan Bai
2018-02-23 10:05:01 +08:00
committed by GitHub
parent c655395d60
commit 74d9eba944

View File

@ -2441,7 +2441,7 @@ sub addnet
$callback->(
{
error => [
"No $net specific entry for domain, and no domain defined in site table."
"No domain defined for $net entry in networks table, and no domain defined in site table."
],
errorcode => [1]
});