]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r22491: Fix the build (3.0.25 and 3.0 are different here).
authorJeremy Allison <jra@samba.org>
Mon, 23 Apr 2007 16:45:56 +0000 (16:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:38 +0000 (12:19 -0500)
Jeremy.

source/smbd/trans2.c

index 84bbc3b0ddffb560e88b2467773736a78005b90e..2c6df0a11e1f79df8f7a340704824e6082ffd649 100644 (file)
@@ -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);
 }