The branch, master has been updated
via a782a80... s3-dcerpc: Allocate structure members on the right
context
from a16a56f... s3: PAM_RHOST and PAM_TTY are enums on FreeBSD
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit a782a80d2f5e70d40708bd578a1f456c451d2979
Author: Simo Sorce <[email protected]>
Date: Mon Aug 23 17:11:32 2010 -0400
s3-dcerpc: Allocate structure members on the right context
-----------------------------------------------------------------------
Summary of changes:
source3/rpc_client/cli_pipe.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index daf30d7..c9b1ef6 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -827,7 +827,7 @@ static void rpc_api_pipe_got_pdu(struct tevent_req *subreq)
return;
}
- status = dcerpc_pull_ncacn_packet(state,
+ status = dcerpc_pull_ncacn_packet(state->pkt,
&state->incoming_frag,
state->pkt,
!state->endianess);
--
Samba Shared Repository