summaryrefslogtreecommitdiff
path: root/source3/smbd/aio.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-11-03 20:16:09 +0100
committerVolker Lendecke <vl@samba.org>2008-11-04 20:52:06 +0100
commite4897a5376309bd73727f4130bf9bc6170158a6f (patch)
tree89f9d751f2c4c2124759fc57c450eb987a0da5ad /source3/smbd/aio.c
parentd62ff20cd5cc64a524d401ffba1fe6b3e7e8cc31 (diff)
downloadsamba-e4897a5376309bd73727f4130bf9bc6170158a6f.tar.gz
samba-e4897a5376309bd73727f4130bf9bc6170158a6f.tar.bz2
samba-e4897a5376309bd73727f4130bf9bc6170158a6f.zip
Add construct_reply_common_req wrapper
The goal is to remove the remaining direct calls to construct_reply_common.
Diffstat (limited to 'source3/smbd/aio.c')
-rw-r--r--source3/smbd/aio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/aio.c b/source3/smbd/aio.c
index b59b372771..7e27c27b5a 100644
--- a/source3/smbd/aio.c
+++ b/source3/smbd/aio.c
@@ -250,7 +250,7 @@ bool schedule_aio_read_and_X(connection_struct *conn,
return False;
}
- construct_reply_common((char *)req->inbuf, aio_ex->outbuf);
+ construct_reply_common_req(req, aio_ex->outbuf);
srv_set_message(aio_ex->outbuf, 12, 0, True);
SCVAL(aio_ex->outbuf,smb_vwv0,0xFF); /* Never a chained reply. */