Fix check for commandline macro definition
[exim.git] / src / src / readconf.c
index 8425c0b379aac6e74b48f805d9b07ff6ccaf1de2..edc09aa4eda5f793d9eac6dd13ae117c61a7a1d8 100644 (file)
@@ -784,7 +784,7 @@ for (;;)
   replacing all occurrences of the macro. */
 
   macro_found = FALSE;
-  for (m = macros; m != NULL; m = m->next)
+  for (m = macros; m; m = m->next)
     {
     uschar *p, *pp;
     uschar *t = s;