'lip' added in LocalUser struct
This commit is contained in:
parent
58f3e38756
commit
dbb537badf
|
@ -296,6 +296,8 @@ struct LocalUser
|
||||||
|
|
||||||
char *mangledhost; /* non-NULL if host mangling module loaded and
|
char *mangledhost; /* non-NULL if host mangling module loaded and
|
||||||
applicable to this client */
|
applicable to this client */
|
||||||
|
|
||||||
|
struct rb_sockaddr_storage *lip; /* alloc before auth/freed after auth */
|
||||||
};
|
};
|
||||||
|
|
||||||
struct PreClient
|
struct PreClient
|
||||||
|
|
Loading…
Reference in New Issue