Silence compiler
[exim.git] / src / src / rda.c
index 6ad7dd8bdb3b3136b76fce1d6097719985edeb1b..bba0b719b6f4c10318993a1ffb234ee73e9cdba1 100644 (file)
@@ -179,7 +179,7 @@ struct stat statbuf;
 /* Reading a file is a form of expansion; we wish to deny attackers the
 capability to specify the file name. */
 
-if (*error = is_tainted2(filename, 0, "Tainted name '%s' for file read not permitted\n", filename))
+if ((*error = is_tainted2(filename, 0, "Tainted name '%s' for file read not permitted\n", filename)))
   {
   *yield = FF_ERROR;
   return NULL;