summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-05-11 23:49:36 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-05-11 23:49:36 +0000
commit4407869ad2bacd4422d27daf9f8c48b6a3844b21 (patch)
treeacbdb58e0afd2165922ad368ba14ffbd953d9bb6 /source3
parent2018fcd277f7cc2212f3eda574faf14aed4819e8 (diff)
downloadsamba-4407869ad2bacd4422d27daf9f8c48b6a3844b21.tar.gz
samba-4407869ad2bacd4422d27daf9f8c48b6a3844b21.tar.bz2
samba-4407869ad2bacd4422d27daf9f8c48b6a3844b21.zip
Fix compile.
(This used to be commit ca2e453c7838b6d0ed2d0a45124d162073bbbf99)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/net_rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index e5e2b0149a..544525b705 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -1621,7 +1621,7 @@ static NTSTATUS rpc_trustdom_add_internals(const DOM_SID *domain_sid, struct cli
cli->user_session_key, &ctr);
if (!NT_STATUS_IS_OK(result)) {
- DEBUG(0,("Could not set trust account password: %s\n"
+ DEBUG(0,("Could not set trust account password: %s\n",
nt_errstr(result)));
goto done;
}