summaryrefslogtreecommitdiffstats
path: root/ldadp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldadp.c')
-rw-r--r--ldadp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldadp.c b/ldadp.c
index c044a88..4d481df 100644
--- a/ldadp.c
+++ b/ldadp.c
@@ -47,7 +47,8 @@ int main(int argc, char **argv)
// Add listener
if (ePoll_add(EPOLLIN, (epoll_item_t*)&lsn) == -1) bail("Could not add listen socket to epoll fd");
// Init AD uplinks
- server_initServers();
+ if (!server_initServers())
+ exit(1);
// Daeaeaemon
if (isdaemon && daemon(1, 0) == -1) bail("daemon() failed.");
// Do the mainloop