tidying
[exim.git] / src / src / smtp_in.c
index a48fac605c3f7b3d6eba45c608ea4d5e58df066d..9efc816fa8e56b91fdc537ed2ba25df30aa43340 100644 (file)
@@ -5440,7 +5440,7 @@ while (done <= 0)
        ACL may have delayed.  To handle cutthrough delivery enforce a dummy call
        to get the DATA command sent. */
 
-       if (acl_smtp_predata == NULL && cutthrough.cctx.sock < 0)
+       if (!acl_smtp_predata && cutthrough.cctx.sock < 0)
          rc = OK;
        else
          {