diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-05-11 23:49:36 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-05-11 23:49:36 +0000 |
commit | ca2e453c7838b6d0ed2d0a45124d162073bbbf99 (patch) | |
tree | d64d106e7f776f2f532004dba1fb99c2dbf30966 | |
parent | 1dd578635913c8340cfc565d7e0c8c5086070084 (diff) | |
download | samba-ca2e453c7838b6d0ed2d0a45124d162073bbbf99.tar.gz samba-ca2e453c7838b6d0ed2d0a45124d162073bbbf99.tar.xz samba-ca2e453c7838b6d0ed2d0a45124d162073bbbf99.zip |
Fix compile.
-rw-r--r-- | source/utils/net_rpc.c | 2 |
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; } |