LocalUser::ssl_ctl
This commit is contained in:
parent
f11e2ad2b9
commit
bc475bf020
|
@ -297,7 +297,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 rb_sockaddr_storage *lip; /* alloc before auth/freed after auth */
|
||||||
|
struct _ssl_ctl *ssl_ctl; /* which ssl daemon we're associate with */
|
||||||
};
|
};
|
||||||
|
|
||||||
struct PreClient
|
struct PreClient
|
||||||
|
|
Loading…
Reference in New Issue