Correct return value.
This commit is contained in:
parent
58153cca98
commit
396ac4be80
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ bool net2str(char *netstr, int len, const subnet_t *subnet)
|
|||
exit(0);
|
||||
}
|
||||
|
||||
return netstr;
|
||||
return true;
|
||||
}
|
||||
|
||||
/* Subnet lookup routines */
|
||||
|
|
Loading…
Reference in a new issue