From: Valery Yatsko Date: Wed, 2 Apr 2008 09:55:17 +0000 (+0400) Subject: 'lip' added in LocalUser struct X-Git-Tag: charybdis-3.0.0-beta1~200 X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/commitdiff_plain/dbb537badf9b08dadf6e842412cb54ba15249025 'lip' added in LocalUser struct --- diff --git a/include/client.h b/include/client.h index b8ab1c1..70366ab 100644 --- a/include/client.h +++ b/include/client.h @@ -296,6 +296,8 @@ struct LocalUser char *mangledhost; /* non-NULL if host mangling module loaded and applicable to this client */ + + struct rb_sockaddr_storage *lip; /* alloc before auth/freed after auth */ }; struct PreClient