The branch, v3-6-test has been updated
       via  64a4b02... Do not leak pkt data on the long term cli memory context
      from  0529160... s3: Fix netgrent configure checks for compilers not 
supporting -Werror-implicit-function-declaration

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 64a4b0206bf9f7d28af39cdce8d712b0e6c2b3d2
Author: Simo Sorce <[email protected]>
Date:   Mon Aug 23 18:21:17 2010 -0400

    Do not leak pkt data on the long term cli memory 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 87575cb..d3e0c60 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -383,7 +383,7 @@ static NTSTATUS cli_pipe_validate_current_pdu(TALLOC_CTX 
*mem_ctx,
        NTSTATUS ret = NT_STATUS_OK;
        size_t pad_len = 0;
 
-       ret = dcerpc_pull_ncacn_packet(cli, pdu, pkt, false);
+       ret = dcerpc_pull_ncacn_packet(pkt, pdu, pkt, false);
        if (!NT_STATUS_IS_OK(ret)) {
                return ret;
        }


-- 
Samba Shared Repository

Reply via email to