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 wrap: on
line diff
--- a/src/pop3_in.c	Wed Jun 30 12:46:09 2010 +0200
+++ b/src/pop3_in.c	Wed Jun 30 13:23:49 2010 +0200
@@ -269,6 +269,9 @@
 			if (strtoi(p, &pe, arg1))
 				DEBUG(5) debugf("arg1 = %d\n", *arg1);
 			return TRUE;
+			/* FIXME: Paolo's code has the return stmt
+			   inside the if block right above it. What
+			   is correct? */
 		}
 		popb->error = pop3_syntax;
 	}