diff options
| -rw-r--r-- | source3/smbd/ipc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c index 669e28e715..84cf1c54f7 100644 --- a/source3/smbd/ipc.c +++ b/source3/smbd/ipc.c @@ -305,7 +305,7 @@ static void api_dcerpc_cmd_write_done(struct tevent_req *subreq)  		goto send;  	} -	subreq = np_read_send(req->conn, server_event_context(), +	subreq = np_read_send(state, server_event_context(),  			      state->handle, state->data, state->max_read);  	if (subreq == NULL) {  		reply_nterror(req, NT_STATUS_NO_MEMORY); | 
