2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

when no domain defined, should print error

This commit is contained in:
bybai 2018-02-22 02:16:28 -05:00
parent 41c86021be
commit c655395d60

View File

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