summaryrefslogtreecommitdiffstats
path: root/source
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
commitca2e453c7838b6d0ed2d0a45124d162073bbbf99 (patch)
treed64d106e7f776f2f532004dba1fb99c2dbf30966 /source
parent1dd578635913c8340cfc565d7e0c8c5086070084 (diff)
downloadsamba-ca2e453c7838b6d0ed2d0a45124d162073bbbf99.tar.gz
samba-ca2e453c7838b6d0ed2d0a45124d162073bbbf99.tar.xz
samba-ca2e453c7838b6d0ed2d0a45124d162073bbbf99.zip
Fix compile.
Diffstat (limited to 'source')
-rw-r--r--source/utils/net_rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c
index e5e2b0149a9..544525b705a 100644
--- a/source/utils/net_rpc.c
+++ b/source/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;
}