summaryrefslogtreecommitdiff
path: root/source3/smbd/lanman.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-11-02 21:24:28 +0100
committerVolker Lendecke <vl@samba.org>2008-11-02 21:20:41 +0100
commitc2a280ac630a41221cff6e72ceda8661c3b78d83 (patch)
tree91c7c950f699565c66346c0fc3483e5b9bc3aebf /source3/smbd/lanman.c
parent77f52d903fbb49972e2a13bc198851db2c57937c (diff)
downloadsamba-c2a280ac630a41221cff6e72ceda8661c3b78d83.tar.gz
samba-c2a280ac630a41221cff6e72ceda8661c3b78d83.tar.bz2
samba-c2a280ac630a41221cff6e72ceda8661c3b78d83.zip
Pass smb_request to send_trans_reply to match with send_[nt]trans[2]_reply
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 0c866da706..6ed3ce2c87 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->inbuf, rparam, rparam_len,
+ send_trans_reply(conn, req, rparam, rparam_len,
rdata, rdata_len, False);
}