Silence compiler
[exim.git] / src / src / parse.c
index d1bc79039cc129c9302103c9fbf6995a6e4a836d..0622b3127354c41b7d0b7705a97d0a0a947f56a9 100644 (file)
@@ -1402,7 +1402,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 */