]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Move comment for slightly better coding style.
authorBen Schmidt <none@none>
Fri, 30 Mar 2012 23:42:46 +0000 (10:42 +1100)
committerBen Schmidt <none@none>
Fri, 30 Mar 2012 23:42:46 +0000 (10:42 +1100)
src/mlmmj-process.c

index 263ad51b4b65043fba052c40c78cc5206bc2b0f7..dc8df4e0aafdd4345c1da42018e32062de5d1522 100644 (file)
@@ -652,11 +652,11 @@ int main(int argc, char **argv)
                /* TODO: free emailstructs */
                exit(EXIT_SUCCESS);
        }
-       if (fromemails.emailcount > 0)
-                       posteraddr = fromemails.emaillist[0];
        /* The only time posteraddr will remain unset is when the mail is a
         * bounce, so the mail will be processed by listcontrol() and the
         * program will terminate before posteraddr is used. */
+       if (fromemails.emailcount > 0)
+                       posteraddr = fromemails.emaillist[0];
 
        /* Return-Path: addresses */
        for(i = 0; i < readhdrs[3].valuecount; i++) {