diff --git a/src/plugins/FilePlugin/FilePlugin.c b/src/plugins/FilePlugin/FilePlugin.c index 4a1294a..9aa95c6 100644 --- a/src/plugins/FilePlugin/FilePlugin.c +++ b/src/plugins/FilePlugin/FilePlugin.c @@ -415,7 +415,6 @@ static int WINAPI fp_poll(void *state, struct pollfd *fds, unsigned int nfds, in struct fp_stream *fps = NULL; int res; unsigned i; - int to; for(i = 0; isrv->requirecert > 2){ - int srvcert=0, clicert=0, reqcert=0, len, rlen, done; + int srvcert=0, clicert=0, reqcert=0, len, done; if(lv > 3) RETURN(370); for(done=0;!done;) { len = param->srvinbuf; diff --git a/src/udppm.c b/src/udppm.c index 781cc16..5a2f731 100644 --- a/src/udppm.c +++ b/src/udppm.c @@ -24,7 +24,6 @@ void * udppmchild(struct clientparam* param) { SASIZETYPE size; unsigned long ul = 1; #endif - struct pollfd fds[256]; if(!param->hostname && parsehostname((char *)param->srv->target, param, ntohs(param->srv->targetport))) RETURN(100);