]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/transports/pipe.c
Fix small typo
[user/henk/code/exim.git] / src / src / transports / pipe.c
index 929681422610337837e23d9dc7b1258d69ac4c0f..da49307b1c6cd25e7783a2f7a8bb8c2476fca31a 100644 (file)
@@ -594,8 +594,8 @@ if (!cmd || !*cmd)
   }
 
 { uschar *m;
-if (m = is_tainted2(cmd, 0, "Tainted '%s' (command "
-    "for %s transport) not permitted", cmd, tblock->name))
+if ((m = is_tainted2(cmd, 0, "Tainted '%s' (command "
+    "for %s transport) not permitted", cmd, tblock->name)))
   {
   addr->transport_return = PANIC;
   addr->message = m;