Fix an output message in samba3rpc torture test.
authorMichael Adam <obnox@samba.org>
Thu, 17 Jan 2008 08:24:01 +0000 (09:24 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 17 Jan 2008 08:24:01 +0000 (09:24 +0100)
Michael
(This used to be commit bf957bcb835a2c7c903f60dfa8f9a7e41997c5af)

source4/torture/rpc/samba3rpc.c

index 3b96140fb232fc2d786f5ba58e8296f16724bf7a..b08cd05bdb8b89a269ba6d86e5353450bd0a7372 100644 (file)
@@ -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;
        }