X-Git-Url: http://git.pk910.de/?p=NextIRCd.git;a=blobdiff_plain;f=src%2Fircd_sock.c;fp=src%2Fircd_sock.c;h=920479d8d73b7783cc7b0abdce2c8d8db00349a5;hp=259c74b84a851806a8e740d9d1d2aabeb2d834e1;hb=878d4152c9e550c5c418832c305d99a305de330d;hpb=2d694e116e0f9c5bf9f72c78d12892266cfa8288 diff --git a/src/ircd_sock.c b/src/ircd_sock.c index 259c74b..920479d 100644 --- a/src/ircd_sock.c +++ b/src/ircd_sock.c @@ -134,6 +134,7 @@ static void sockets_accept_client(struct IOSocket *new_client, struct Connection new_client->parse_delimiter = 1; new_client->parse_empty = 0; strcpy((char*) new_client->delimiters, "\r\n"); + new_client->callback = sockets_iohandler_callback; connection->parent = listener; new_client->data = connection;