Correct return value.

This commit is contained in:
Guus Sliepen 2004-11-01 15:16:12 +00:00
parent 58153cca98
commit 396ac4be80

View file

@ -284,7 +284,7 @@ bool net2str(char *netstr, int len, const subnet_t *subnet)
exit(0); exit(0);
} }
return netstr; return true;
} }
/* Subnet lookup routines */ /* Subnet lookup routines */