X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/58e8319c1c36a955da68a8cd7c3225559e9462e3..7bab07d4d30245bf5ba272b236dc7b1c1e309c4d:/include/client.h diff --git a/include/client.h b/include/client.h index 70366ab..6f3d62a 100644 --- a/include/client.h +++ b/include/client.h @@ -254,7 +254,7 @@ struct LocalUser /* time challenge response is valid for */ time_t chal_time; - int ctrlfd; /* For servers: + rb_fde_t *ctrlF; /* For servers: control fd used for sending commands to servlink */ @@ -296,8 +296,6 @@ 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