From: Jeremy Allison Date: Mon, 23 Apr 2007 16:45:56 +0000 (+0000) Subject: r22491: Fix the build (3.0.25 and 3.0 are different here). X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~617 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c34c291194f34a4b68c1b149dd513b79295a7f1c;p=thirdparty%2Fsamba.git r22491: Fix the build (3.0.25 and 3.0 are different here). Jeremy. --- 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); }