summaryrefslogtreecommitdiff
path: root/source3/smbd/lanman.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-02 15:55:10 +0200
committerVolker Lendecke <vl@samba.org>2008-06-28 10:38:51 +0200
commitcf9665016f70aff9a5d6ec7ab427e469f43dbfc6 (patch)
tree406914476fafb48d71458c5e70e2a7bba5cba288 /source3/smbd/lanman.c
parent5cd8a42720b09c50109052b4fea253b2653525d5 (diff)
downloadsamba-cf9665016f70aff9a5d6ec7ab427e469f43dbfc6.tar.gz
samba-cf9665016f70aff9a5d6ec7ab427e469f43dbfc6.tar.bz2
samba-cf9665016f70aff9a5d6ec7ab427e469f43dbfc6.zip
Let send_trans_reply work on only the inbuf
It does not really need the whole smb_request (This used to be commit d3facf4cbdb2915168e91d64c2d8320f67524df8)
Diffstat (limited to 'source3/smbd/lanman.c')
-rw-r--r--source3/smbd/lanman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c
index 03a48f5e61..fe1d766b9d 100644
--- a/source3/smbd/lanman.c
+++ b/source3/smbd/lanman.c
@@ -4632,7 +4632,7 @@ void api_reply(connection_struct *conn, uint16 vuid,
/* If api_Unsupported returns false we can't return anything. */
if (reply) {
- send_trans_reply(conn, req, rparam, rparam_len,
+ send_trans_reply(conn, req->inbuf, rparam, rparam_len,
rdata, rdata_len, False);
}