Fixed missing display of messages in SMTP queue.
authorArt Cancro <ajc@citadel.org>
Fri, 14 Mar 2008 16:03:19 +0000 (16:03 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 14 Mar 2008 16:03:19 +0000 (16:03 +0000)
webcit/smtpqueue.c

index 9b9e5726fc7ae4d6308c27ef093d5875a4e17877..1a2251aeab502ef27a6312316e9b6aecc0d2540f 100644 (file)
@@ -44,7 +44,7 @@ void display_queue_msg(long msgnum)
                        }
                }
 
-               if ( (IsEmptyStr(buf) == 0) && (in_body == 0) ) {
+               if ( (IsEmptyStr(buf)) && (in_body == 0) ) {
                        in_body = 1;
                }