Fix the build (3.0.25 and 3.0 are different here).
authorjra <jra@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Mon, 23 Apr 2007 16:45:56 +0000 (16:45 +0000)
committerjra <jra@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Mon, 23 Apr 2007 16:45:56 +0000 (16:45 +0000)
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@22491 0c0555d6-39d7-0310-84fc-f1cc0bd64818

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);
 }