[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-768-g4b88f2c

Volker Lendecke vlendec at samba.org
Fri Mar 27 20:12:58 GMT 2009


The branch, master has been updated
       via  4b88f2c17e18f87d8ba0e35e057d7bb8a27614dd (commit)
      from  d942d248d6207312226d597a59c4772aaae614b1 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4b88f2c17e18f87d8ba0e35e057d7bb8a27614dd
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Mar 27 21:11:10 2009 +0100

    Fix external np read after conversion to tevent_req

-----------------------------------------------------------------------

Summary of changes:
 source3/rpc_server/srv_pipe_hnd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_pipe_hnd.c b/source3/rpc_server/srv_pipe_hnd.c
index 503e22b..ffb7dde 100644
--- a/source3/rpc_server/srv_pipe_hnd.c
+++ b/source3/rpc_server/srv_pipe_hnd.c
@@ -1383,7 +1383,7 @@ struct tevent_req *np_read_send(TALLOC_CTX *mem_ctx, struct event_context *ev,
 
 static void np_read_trigger(struct tevent_req *req, void *private_data)
 {
-	struct np_read_state *state = tevent_req_callback_data(
+	struct np_read_state *state = tevent_req_data(
 		req, struct np_read_state);
 	struct tevent_req *subreq;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list