summaryrefslogtreecommitdiff
path: root/source3/libsmb/clisecdesc.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-12-03 11:04:45 +0000
committerAndrew Tridgell <tridge@samba.org>2000-12-03 11:04:45 +0000
commit1fac52f9f01bcdad52029563ddb35e0a5a6cc613 (patch)
treeac4d7f242a675fc495aead0ef159cabbc4e5c7c5 /source3/libsmb/clisecdesc.c
parent3b22b74f9d68f275ace669712078a14530137f07 (diff)
downloadsamba-1fac52f9f01bcdad52029563ddb35e0a5a6cc613.tar.gz
samba-1fac52f9f01bcdad52029563ddb35e0a5a6cc613.tar.bz2
samba-1fac52f9f01bcdad52029563ddb35e0a5a6cc613.zip
changed an error message
(This used to be commit f9f14a4293cecb738f733c6c845275619f7bec40)
Diffstat (limited to 'source3/libsmb/clisecdesc.c')
-rw-r--r--source3/libsmb/clisecdesc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clisecdesc.c b/source3/libsmb/clisecdesc.c
index e6b57f6ad4..d572af3db4 100644
--- a/source3/libsmb/clisecdesc.c
+++ b/source3/libsmb/clisecdesc.c
@@ -123,7 +123,7 @@ BOOL cli_set_secdesc(struct cli_state *cli,int fd, SEC_DESC *sd)
if (!cli_receive_nt_trans(cli,
&rparam, &rparam_count,
&rdata, &rdata_count)) {
- DEBUG(1,("Failed to recv NT_TRANSACT_SET_SECURITY_DESC\n"));
+ DEBUG(1,("NT_TRANSACT_SET_SECURITY_DESC failed\n"));
return False;
}