aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/server.c b/server.c
index cf084db5..98490068 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,4 @@
-/* $Id: server.c,v 1.105 2009-01-17 17:36:55 nicm Exp $ */
+/* $Id: server.c,v 1.106 2009-01-17 17:42:10 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -193,8 +193,6 @@ server_main(const char *srv_path, int srv_fd)
last = time(NULL);
- sigterm=1;/*XXX*/
-
pfds = NULL;
while (!sigterm) {
/* Initialise pollfd array. */