Silence compiler
[exim.git] / src / src / transports / appendfile.c
index 7dbbaa2f9b223bb23b070b3dbe4d8cd86c05a474..6772b338bbf30a9dd6b3aeb37f45fb4bd87d53e2 100644 (file)
@@ -1287,8 +1287,8 @@ if (!(path = expand_string(fdname)))
   goto ret_panic;
   }
 { uschar *m;
-if (m = is_tainted2(path, 0, "Tainted '%s' (file or directory "
-          "name for %s transport) not permitted", path, tblock->name))
+if ((m = is_tainted2(path, 0, "Tainted '%s' (file or directory "
+          "name for %s transport) not permitted", path, tblock->name)))
   {
   addr->message = m;
   goto ret_panic;