Added missing statement and bracket

Added missing statement and bracket
This commit is contained in:
MassimilianoPinto 2014-10-24 16:04:47 +02:00
parent 9eb0e3088b
commit 9541f6529c

View File

@ -659,7 +659,8 @@ getUsers(SERVICE *service, USERS *users)
LOGFILE_MESSAGE,
"Loaded %d MySQL Database Names for service [%s]",
dbnames,
else {
service->name)));
} else {
service->resources = NULL;
}