Fixed missing return values.

This commit is contained in:
Markus Makela
2015-07-11 19:02:01 +03:00
parent e03dcc07c3
commit 206f93e3ec
3 changed files with 19 additions and 19 deletions

View File

@ -1467,9 +1467,7 @@ int gw_MySQLListener(
if (poll_add_dcb(listen_dcb) == -1) {
fprintf(stderr,
"\n* MaxScale encountered system limit while "
"attempting to register on an epoll instance.\n\n",
errno,
strerror(errno));
"attempting to register on an epoll instance.\n\n");
return 0;
}
#if defined(FAKE_CODE)

View File

@ -46,7 +46,7 @@
#include <blr.h>
#include <dcb.h>
#include <spinlock.h>
#include <gwdirs.h>
#include <skygw_types.h>
#include <skygw_utils.h>
#include <log_manager.h>