typo
[exim.git] / src / src / rda.c
index 3b458430afe35e29206f87e1bb2f26a508d48b1d..a12e5de2974719ac9e9cd48fb00a4d01e25a06c4 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;