fixed last commit #3
[NeonServV5.git] / ClientSocket.c
index 0192b084fb97904eba1ce1462f5fe21ba97b3464..fb23f37cac709523cc35d5b887f21c10d9ccf530 100644 (file)
@@ -38,7 +38,6 @@ struct ClientSocket* create_socket(char *host, int port, char *pass, struct User
     client->flags = 0;
     client->bufferpos = 0;
        client->botid = 0;
-    client->trigger = NULL;
     client->next = sockets->data;
     sockets->data = client;
     return client;