summaryrefslogtreecommitdiff
path: root/client_list.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-10 15:16:22 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-10 15:16:22 (GMT)
commit225719caa5079685c7baad3c878002e9fcc704b5 (patch)
treefe4d14b715b0bcf00996b7fdf4a373735aa42bfe /client_list.c
parent09e95b1a00a127a0af3fe146f4648cb0a3cda389 (diff)
remove error listener
add on,off,on2,off2 commands
Diffstat (limited to 'client_list.c')
-rw-r--r--client_list.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client_list.c b/client_list.c
index 5f26f60..b3be116 100644
--- a/client_list.c
+++ b/client_list.c
@@ -48,7 +48,6 @@ int client_add(client_t** first, int fd)
new_client->fd = fd;
new_client->type = DEFAULT;
new_client->status_listener = 0;
- new_client->error_listener = 0;
new_client->request_listener = 0;
new_client->next = NULL;
new_client->buffer.offset = 0;