X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/8d03179e4f2c05a11abdf6e532131b6ae518468b..d25c6eb1b223d1a0993dde9a28c97ef95e54bceb:/src/parse.c diff --git a/src/parse.c b/src/parse.c index 138f102..c4f4c21 100644 --- a/src/parse.c +++ b/src/parse.c @@ -131,7 +131,7 @@ parse(struct Client *client_p, char *pbuffer, char *bufend) struct Message *mptr; s_assert(MyConnect(client_p)); - s_assert(client_p->localClient->F->fd >= 0); + s_assert(client_p->localClient->F != NULL); if(IsAnyDead(client_p)) return;