summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_pipe_hnd.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-03-10 10:59:14 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-03-10 10:59:14 +1100
commitc218d3e1173355acf025471a10b4b6425b9c086b (patch)
tree3e5be3c411ebe2575914f7866c91bad81f711154 /source3/rpc_server/srv_pipe_hnd.c
parent6ac77d19b5a25a53459a58e4828fa9eac0bf11f4 (diff)
parent218ce0e80532b0dbc595e72502d9596a35acdffd (diff)
downloadsamba-c218d3e1173355acf025471a10b4b6425b9c086b.tar.gz
samba-c218d3e1173355acf025471a10b4b6425b9c086b.tar.bz2
samba-c218d3e1173355acf025471a10b4b6425b9c086b.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schema
Diffstat (limited to 'source3/rpc_server/srv_pipe_hnd.c')
-rw-r--r--source3/rpc_server/srv_pipe_hnd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_pipe_hnd.c b/source3/rpc_server/srv_pipe_hnd.c
index a5d059c06a..fb7aca5c0f 100644
--- a/source3/rpc_server/srv_pipe_hnd.c
+++ b/source3/rpc_server/srv_pipe_hnd.c
@@ -1243,7 +1243,8 @@ static void np_write_trigger(struct async_req *req)
req->private_data, struct np_write_state);
struct tevent_req *subreq;
- subreq = writev_send(state, state->ev, state->p->fd, &state->iov, 1);
+ subreq = writev_send(state, state->ev, NULL, state->p->fd,
+ &state->iov, 1);
if (async_req_nomem(subreq, req)) {
return;
}