]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/parse.c
Suggestion from Qalys:
[user/henk/code/exim.git] / src / src / parse.c
index e70dabd5870f433d3f23b0c0a0b447791f9c8e8f..896d00f30bdfe41b74eb1df5f3d77f734e792030 100644 (file)
@@ -1415,7 +1415,7 @@ for (;;)
       return FF_ERROR;
       }
 
-    if (*error = is_tainted2(filename, 0, "Tainted name '%s' for included file not permitted\n", filename))
+    if ((*error = is_tainted2(filename, 0, "Tainted name '%s' for included file not permitted\n", filename)))
       return FF_ERROR;
 
     /* Check file name if required */