changeset 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 c2f1ba43ae0c
children a80ebfa16cd5
files src/pop3_in.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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;
 	}