aboutsummaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/client.c b/client.c
index 65545c6b..34aad32d 100644
--- a/client.c
+++ b/client.c
@@ -1,4 +1,4 @@
-/* $Id: client.c,v 1.55 2009-07-23 23:42:59 tcunha Exp $ */
+/* $Id: client.c,v 1.56 2009-07-23 23:47:23 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -138,14 +138,12 @@ int
client_main(struct client_ctx *cctx)
{
struct pollfd pfd;
- char *error;
int xtimeout; /* Yay for ncurses namespace! */
siginit();
logfile("client");
- error = NULL;
while (!sigterm) {
if (sigchld) {
waitpid(WAIT_ANY, NULL, WNOHANG);