From c34c291194f34a4b68c1b149dd513b79295a7f1c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 23 Apr 2007 16:45:56 +0000 Subject: [PATCH] r22491: Fix the build (3.0.25 and 3.0 are different here). Jeremy. --- source/smbd/trans2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c index 84bbc3b0ddf..2c6df0a11e1 100644 --- a/source/smbd/trans2.c +++ b/source/smbd/trans2.c @@ -3262,7 +3262,7 @@ static int call_trans2qpipeinfo(connection_struct *conn, char *inbuf, char *outb return ERROR_NT(NT_STATUS_INVALID_LEVEL); } - send_trans2_replies(outbuf, bufsize, params, param_size, *ppdata, data_size, max_data_bytes); + send_trans2_replies(inbuf, outbuf, bufsize, params, param_size, *ppdata, data_size, max_data_bytes); return(-1); } -- 2.11.4.GIT