]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
'lip' added in LocalUser struct
authorValery Yatsko <redacted>
Wed, 2 Apr 2008 09:55:17 +0000 (13:55 +0400)
committerValery Yatsko <redacted>
Wed, 2 Apr 2008 09:55:17 +0000 (13:55 +0400)
include/client.h

index b8ab1c1eb764accce984fc963f5785987a5d6e4e..70366aba7a9e69844204009e606e1b7de6d278bb 100644 (file)
@@ -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