Fix a diagnostic
This commit is contained in:
parent
516f7ab7ac
commit
156a04e466
@ -747,7 +747,7 @@ rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst,
|
|||||||
if (ncpaddr_isdefault(gw)) {
|
if (ncpaddr_isdefault(gw)) {
|
||||||
if (!quiet)
|
if (!quiet)
|
||||||
log_Printf(LogERROR, "rt_Set: Cannot add a route with"
|
log_Printf(LogERROR, "rt_Set: Cannot add a route with"
|
||||||
" destination 0.0.0.0\n");
|
" gateway 0.0.0.0\n");
|
||||||
close(s);
|
close(s);
|
||||||
return result;
|
return result;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user