summaryrefslogtreecommitdiffstats
path: root/source/smbd/change_trust_pw.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-10-17 17:10:24 +0000
committerJeremy Allison <jra@samba.org>2002-10-17 17:10:24 +0000
commitec7953f20145799f6286a295472df4826bfdfb8f (patch)
tree07cbefa658c3be8b8332eb9ce2b70fa9286b3f64 /source/smbd/change_trust_pw.c
parent0f2ddfcd95acec964a3a7652968c9469ac486814 (diff)
downloadsamba-ec7953f20145799f6286a295472df4826bfdfb8f.tar.gz
samba-ec7953f20145799f6286a295472df4826bfdfb8f.tar.xz
samba-ec7953f20145799f6286a295472df4826bfdfb8f.zip
Added new error codes. Fix up connection code to retry in the same way
that app-head does. Jeremy.
Diffstat (limited to 'source/smbd/change_trust_pw.c')
-rw-r--r--source/smbd/change_trust_pw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/change_trust_pw.c b/source/smbd/change_trust_pw.c
index 4b2944a96f2..5da735e8751 100644
--- a/source/smbd/change_trust_pw.c
+++ b/source/smbd/change_trust_pw.c
@@ -50,7 +50,7 @@ static NTSTATUS modify_trust_password( char *domain, char *remote_machine,
NULL, 0,
"IPC$", "IPC",
"", "",
- "", 0))) {
+ "", 0, NULL))) {
DEBUG(0,("modify_trust_password: Connection to %s failed!\n", remote_machine));
return NT_STATUS_UNSUCCESSFUL;
}