summaryrefslogtreecommitdiffstats
path: root/source/smbd/change_trust_pw.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/smbd/change_trust_pw.c')
-rw-r--r--source/smbd/change_trust_pw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/smbd/change_trust_pw.c b/source/smbd/change_trust_pw.c
index e4a7fbae6b7..28a004eba88 100644
--- a/source/smbd/change_trust_pw.c
+++ b/source/smbd/change_trust_pw.c
@@ -120,7 +120,6 @@ account password for domain %s.\n", domain));
if(NT_STATUS_IS_OK(res = modify_trust_password( domain, dc_name,
old_trust_passwd_hash)))
break;
-
} else {
res = modify_trust_password( domain, remote_machine,
old_trust_passwd_hash);