diff options
author | Volker Lendecke <vl@samba.org> | 2008-11-02 21:24:28 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-11-02 21:20:41 +0100 |
commit | c2a280ac630a41221cff6e72ceda8661c3b78d83 (patch) | |
tree | 91c7c950f699565c66346c0fc3483e5b9bc3aebf /source3/include | |
parent | 77f52d903fbb49972e2a13bc198851db2c57937c (diff) | |
download | samba-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/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 441ab2cf29..5ca5c7766f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7869,7 +7869,7 @@ NTSTATUS dup_file_fsp(struct smb_request *req, files_struct *fsp, /* The following definitions come from smbd/ipc.c */ void send_trans_reply(connection_struct *conn, - const uint8_t *inbuf, + struct smb_request *req, char *rparam, int rparam_len, char *rdata, int rdata_len, bool buffer_too_large); |