summaryrefslogtreecommitdiffstats
path: root/source/smbd/change_trust_pw.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-11-29 02:58:59 +0000
committerTim Potter <tpot@samba.org>2002-11-29 02:58:59 +0000
commitd3998307adc50ba50defe610cb656c73799ae3b9 (patch)
tree180321618af26ed022af400a540eb6afcfcb263e /source/smbd/change_trust_pw.c
parent3ce520785369c319a93b3f33a8e1f73c12cab18a (diff)
downloadsamba-d3998307adc50ba50defe610cb656c73799ae3b9.tar.gz
samba-d3998307adc50ba50defe610cb656c73799ae3b9.tar.xz
samba-d3998307adc50ba50defe610cb656c73799ae3b9.zip
Merge a bunch of trivial changes from HEAD. The difference remaining
should actual functional differences between HEAD and 3.0. - Mostly reformatting - Removal of unecessary #include "smb.h" - Merge of dyn_DRIVERFILE removal - Silly bug fix for python code
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);