X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/f24153fcb31f04d8505237ac5890ea30f14e2c38..211567363bd8bfbd70cef81e4208ea02d49ebb55:/newsearch/ns-authedpct.c diff --git a/newsearch/ns-authedpct.c b/newsearch/ns-authedpct.c index 8558e9ad..f8b67dce 100644 --- a/newsearch/ns-authedpct.c +++ b/newsearch/ns-authedpct.c @@ -32,10 +32,7 @@ void *authedpct_exe(searchCtx *ctx, struct searchNode *thenode, void *theinput) int j=0; nick *np; chanindex *cip = (chanindex *)theinput; - struct authedpct_localdata *localdata; - localdata = thenode->localdata; - if (!cip->channel) return (void *)0;