Made service permission checks less strict.

This commit is contained in:
Markus Makela
2015-08-28 17:33:05 +03:00
parent 3a901bfea7
commit 00a3d7eb56
2 changed files with 14 additions and 12 deletions

View File

@ -235,11 +235,11 @@ GWPROTOCOL *funcs;
{
LOGIF(LE, (skygw_log_write_flush(
LOGFILE_ERROR,
"Error : Unable to load users from %s:%d for "
"service %s.",
"Error : Unable to load users for "
"service %s listening at %s:%d.",
service->name,
(port->address == NULL ? "0.0.0.0" : port->address),
port->port,
service->name)));
port->port)));
{
/* Try loading authentication data from file cache */