X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/625667b6b6463db6344b5f10eb9dbf01e231573e..b2bcdd35f0923e96b717d035e9d991b50a38eb50:/src/src/transports/pipe.c diff --git a/src/src/transports/pipe.c b/src/src/transports/pipe.c index 5b7fa1f5c..0361cc816 100644 --- a/src/src/transports/pipe.c +++ b/src/src/transports/pipe.c @@ -473,8 +473,7 @@ $pipe_addresses, which is not recognized by the normal expansion function. */ if (expand_arguments) { - uschar *s = cmd; - uschar *p = Ustrstr(cmd, "pipe_addresses"); + uschar * p = Ustrstr(cmd, "pipe_addresses"); gstring * g = NULL; DEBUG(D_transport)