Removed NULL pointer printing

Removed NULL pointer printing
This commit is contained in:
MassimilianoPinto
2014-11-13 17:15:17 +01:00
parent 9edee192a8
commit 12b06a503e

View File

@ -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);