X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftransports%2Fpipe.c;h=da49307b1c6cd25e7783a2f7a8bb8c2476fca31a;hb=6b69b71028f15c7ba3157bac955103b764326f60;hp=929681422610337837e23d9dc7b1258d69ac4c0f;hpb=dbac5a049acbe645a816b4a5e895c5be0de53483;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/transports/pipe.c b/src/src/transports/pipe.c index 929681422..da49307b1 100644 --- a/src/src/transports/pipe.c +++ b/src/src/transports/pipe.c @@ -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;