X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fclient.h;h=6d5298fc174453af18cc59381b5c6926ed94b37b;hp=94ca4dc5fdbf1018ebb3a95563524f60cf582334;hb=bb8d207efa56b8dbdf366d980b848b0abd072a7d;hpb=e03d8eb7284147f7d44ff192cec18ad9716fedff diff --git a/src/ngircd/client.h b/src/ngircd/client.h index 94ca4dc5..6d5298fc 100644 --- a/src/ngircd/client.h +++ b/src/ngircd/client.h @@ -48,7 +48,7 @@ typedef struct _CLIENT struct _CLIENT *introducer; /* ID of the servers which the client is connected to */ struct _CLIENT *topserver; /* toplevel servers (only valid if client is a server) */ char host[CLIENT_HOST_LEN]; /* hostname of the client */ - char cloaked[CLIENT_HOST_LEN]; /* cloaked hostname of the client */ + char *cloaked; /* cloaked hostname of the client */ char user[CLIENT_USER_LEN]; /* user name ("login") */ #if defined(PAM) && defined(IDENTAUTH) char orig_user[CLIENT_USER_LEN];/* user name supplied by USER command */