X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2Fhtpipe.c;h=223212ec37468c96b4dfc7b8eb4b4fbbb4e5a8c8;hp=7bfde7512cda4b7e49c4d65bac794a57cbdf77ad;hb=3840f76dcfe70eaee8a3981025f41a54baa67964;hpb=805fef2b3f7bc342bfee0156e940b2bb237dfb15 diff --git a/src/htpipe.c b/src/htpipe.c index 7bfde75..223212e 100644 --- a/src/htpipe.c +++ b/src/htpipe.c @@ -104,6 +104,7 @@ static void runserver(int lsk, int ch) struct hthead *req; ncl = 0; + cl = NULL; while(1) { struct pollfd pfd[ncl + 1]; for(i = 0; i < ncl; i++) {