removed warnings

This commit is contained in:
van Hauser 2014-11-28 22:13:09 +01:00
parent 8fe519dd75
commit 4cc2dcebc2
7 changed files with 26 additions and 27 deletions

View file

@ -406,7 +406,7 @@ int start_pop3(int s, char *ip, int port, unsigned char options, char *miscptr,
}
void service_pop3(char *ip, int sp, unsigned char options, char *miscptr, FILE * fp, int port) {
int run = 1, next_run = 1, sock = -1, i;
int run = 1, next_run = 1, sock = -1;
char *ptr = NULL;
//extract data from the pool, ip is the key