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