Whoops, take out debugging.

pull/1/head
Nicholas Marriott 2009-01-17 17:42:10 +00:00
parent f3edf28b7c
commit 0fd60e90c4
1 changed files with 1 additions and 3 deletions

View File

@ -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. */