masqmail-0.2

diff src/pop3_in.c @ 113:c93023f58cc7

Paolo's code and vanilla code differs what is the correct way? Someone should check. ;-)
author meillo@marmaro.de
date Wed, 30 Jun 2010 13:23:49 +0200
parents f671821d8222
children 2685e59f6f43
line diff
     1.1 --- a/src/pop3_in.c	Wed Jun 30 12:46:09 2010 +0200
     1.2 +++ b/src/pop3_in.c	Wed Jun 30 13:23:49 2010 +0200
     1.3 @@ -269,6 +269,9 @@
     1.4  			if (strtoi(p, &pe, arg1))
     1.5  				DEBUG(5) debugf("arg1 = %d\n", *arg1);
     1.6  			return TRUE;
     1.7 +			/* FIXME: Paolo's code has the return stmt
     1.8 +			   inside the if block right above it. What
     1.9 +			   is correct? */
    1.10  		}
    1.11  		popb->error = pop3_syntax;
    1.12  	}