Removed NULL pointer printing
Removed NULL pointer printing
This commit is contained in:
@ -227,7 +227,7 @@ GWPROTOCOL *funcs;
|
|||||||
LOGFILE_ERROR,
|
LOGFILE_ERROR,
|
||||||
"Error : Unable to load users from %s:%d for "
|
"Error : Unable to load users from %s:%d for "
|
||||||
"service %s.",
|
"service %s.",
|
||||||
port->address,
|
(port->address == NULL ? "0.0.0.0" : port->address),
|
||||||
port->port,
|
port->port,
|
||||||
service->name)));
|
service->name)));
|
||||||
hashtable_free(service->users->data);
|
hashtable_free(service->users->data);
|
||||||
|
|||||||
Reference in New Issue
Block a user