Fix an output message in samba3rpc torture test.
[samba.git] / 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;
        }