X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Freadconf.c;h=edc09aa4eda5f793d9eac6dd13ae117c61a7a1d8;hb=a4034eb84d56cfa1e8525bcf8b2f5af74e916ace;hp=8425c0b379aac6e74b48f805d9b07ff6ccaf1de2;hpb=633ffd487cc5a3ff851393b5a63e54275704e794;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/readconf.c b/src/src/readconf.c index 8425c0b37..edc09aa4e 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -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;