Merge branch 'debug_fork'
[exim.git] / src / src / transports / autoreply.c
index 2b487b435a62b66f1f61701bf775f42e44a9520f..90a5aa4be6f3aa58d6d082247e9ea4a4bda06f48 100644 (file)
@@ -202,7 +202,7 @@ while (*s != 0)
   /* If there is some kind of syntax error, just give up on this header
   line. */
 
-  if (next == NULL) break;
+  if (!next) break;
 
   /* See if the address is on the never_mail list */