mirror of
https://github.com/matrix-construct/construct
synced 2024-11-20 08:51:18 +01:00
'lip' added in LocalUser struct
This commit is contained in:
parent
ba4936e2c5
commit
fd1e24eccb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue