From 7d859f04f2c9b51c34b5445743f04ae743489ba3 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 23 Apr 2007 16:45:56 +0000 Subject: r22491: Fix the build (3.0.25 and 3.0 are different here). Jeremy. (This used to be commit c34c291194f34a4b68c1b149dd513b79295a7f1c) --- source3/smbd/trans2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index 84bbc3b0dd..2c6df0a11e 100644 --- a/source3/smbd/trans2.c +++ b/source3/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); } -- cgit