# HG changeset patch # User meillo@marmaro.de # Date 1277897029 -7200 # Node ID c93023f58cc7ccb5e7743d8a75b021a0f15bc807 # Parent c2f1ba43ae0c4284e0b2d849a4c1c7fcea64aa29 Paolo's code and vanilla code differs what is the correct way? Someone should check. ;-) diff -r c2f1ba43ae0c -r c93023f58cc7 src/pop3_in.c --- 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; }