diff options
author | Michael Adam <obnox@samba.org> | 2008-01-17 09:24:01 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-17 09:24:01 +0100 |
commit | 3115481e32c722645e1974acb3525ea52a5b2d08 (patch) | |
tree | d6c8b87d22e8839d6e2fa5fb0cb209d2c5b294aa | |
parent | f1e177a7b8e660b245d5fb9b11a66b43c9b69784 (diff) | |
download | samba-3115481e32c722645e1974acb3525ea52a5b2d08.tar.gz samba-3115481e32c722645e1974acb3525ea52a5b2d08.tar.bz2 samba-3115481e32c722645e1974acb3525ea52a5b2d08.zip |
Fix an output message in samba3rpc torture test.
Michael
(This used to be commit bf957bcb835a2c7c903f60dfa8f9a7e41997c5af)
-rw-r--r-- | source4/torture/rpc/samba3rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c index 3b96140fb2..b08cd05bdb 100644 --- a/source4/torture/rpc/samba3rpc.c +++ b/source4/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; } |