The branch, v4-0-test has been updated
       via  bf957bcb835a2c7c903f60dfa8f9a7e41997c5af (commit)
      from  e77375758d66e94e5e0b6e61a97c9281c3d9c71f (commit)

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


- Log -----------------------------------------------------------------
commit bf957bcb835a2c7c903f60dfa8f9a7e41997c5af
Author: Michael Adam <[EMAIL PROTECTED]>
Date:   Thu Jan 17 09:24:01 2008 +0100

    Fix an output message in samba3rpc torture test.
    
    Michael

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

Summary of changes:
 source/torture/rpc/samba3rpc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/torture/rpc/samba3rpc.c b/source/torture/rpc/samba3rpc.c
index 3b96140..b08cd05 100644
--- a/source/torture/rpc/samba3rpc.c
+++ b/source/torture/rpc/samba3rpc.c
@@ -529,7 +529,7 @@ static bool create_user(TALLOC_CTX *mem_ctx, struct 
smbcli_state *cli,
                                username, domain_name, &samr_pipe, &wks_handle,
                                user_sid);
        if (!NT_STATUS_IS_OK(status)) {
-               d_printf("get_wks_handle failed: %s\n", nt_errstr(status));
+               d_printf("get_usr_handle failed: %s\n", nt_errstr(status));
                goto done;
        }
 


-- 
Samba Shared Repository

Reply via email to