The branch, master has been updated
       via  ecc3413... s3-libsmb: fix argument order for 
tevent_req_default_print in cli_pull_print().
      from  0798ddf... pidl: add NDR_PRINT_DEBUG output to generated s3 server 
dispatch tables.

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


- Log -----------------------------------------------------------------
commit ecc3413bf5aa36250bba1969cb57d6af4c7d09d5
Author: Günther Deschner <[email protected]>
Date:   Sun May 9 00:42:54 2010 +0200

    s3-libsmb: fix argument order for tevent_req_default_print in 
cli_pull_print().
    
    Andreas, please check.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/clireadwrite.c b/source3/libsmb/clireadwrite.c
index ee5a80a..24c9d9f 100644
--- a/source3/libsmb/clireadwrite.c
+++ b/source3/libsmb/clireadwrite.c
@@ -408,7 +408,7 @@ static char *cli_pull_print(struct tevent_req *req, 
TALLOC_CTX *mem_ctx)
                req, struct cli_pull_state);
        char *result;
 
-       result = tevent_req_default_print(mem_ctx, req);
+       result = tevent_req_default_print(req, mem_ctx);
        if (result == NULL) {
                return NULL;
        }


-- 
Samba Shared Repository

Reply via email to