X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsmtpqueue.c;h=1a2251aeab502ef27a6312316e9b6aecc0d2540f;hb=11e7e236d838174d4ab112c1464ee3b52cb8b046;hp=9b9e5726fc7ae4d6308c27ef093d5875a4e17877;hpb=a653c9c751ebd42f7d397ca0d3dd4f02a31298aa;p=citadel.git diff --git a/webcit/smtpqueue.c b/webcit/smtpqueue.c index 9b9e5726f..1a2251aea 100644 --- a/webcit/smtpqueue.c +++ b/webcit/smtpqueue.c @@ -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; }