mirror of
https://github.com/tmux/tmux.git
synced 2025-01-15 05:09:04 +00:00
Whoops, take out debugging.
This commit is contained in:
parent
f3edf28b7c
commit
0fd60e90c4
4
server.c
4
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>
|
* 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);
|
last = time(NULL);
|
||||||
|
|
||||||
sigterm=1;/*XXX*/
|
|
||||||
|
|
||||||
pfds = NULL;
|
pfds = NULL;
|
||||||
while (!sigterm) {
|
while (!sigterm) {
|
||||||
/* Initialise pollfd array. */
|
/* Initialise pollfd array. */
|
||||||
|
Loading…
Reference in New Issue
Block a user