X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fclient.c;h=0bfe73d383d399e3903b78b540c382242e65bdb5;hp=7a6b275da5918ea0030a12f4aa97804d980cd6ee;hb=2a7dd06ebd9cc72d45a6a4becdbef5213d7b7800;hpb=ebfcdb088be271adfe17303163534956715b85e9 diff --git a/src/ngircd/client.c b/src/ngircd/client.c index 7a6b275d..0bfe73d3 100644 --- a/src/ngircd/client.c +++ b/src/ngircd/client.c @@ -9,10 +9,8 @@ * Please read the file COPYING, README and AUTHORS for more information. */ - #define __client_c__ - #include "portab.h" /** @@ -46,10 +44,8 @@ #include - #define GETID_LEN (CLIENT_NICK_LEN-1) + 1 + (CLIENT_USER_LEN-1) + 1 + (CLIENT_HOST_LEN-1) + 1 - static CLIENT *This_Server, *My_Clients; static WHOWAS My_Whowas[MAX_WHOWAS];