summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_ad.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-07-11 17:45:03 +0200
committerVolker Lendecke <vl@samba.org>2008-07-11 17:53:25 +0200
commit0948a5cda8756cca1edbe0f430175b31111d2497 (patch)
treea0825eb9c931527bfc26fe0a21800fd558f1baae /source3/winbindd/idmap_ad.c
parente613ecbea5056fbeedaa8749228512d620077e70 (diff)
downloadsamba-0948a5cda8756cca1edbe0f430175b31111d2497.tar.gz
samba-0948a5cda8756cca1edbe0f430175b31111d2497.tar.bz2
samba-0948a5cda8756cca1edbe0f430175b31111d2497.zip
Revert "Fix typo"
This reverts commit fe79c8a5b726754703626ca0bff57074274c98c7. (This used to be commit 62835f8d7e824a5d469ec5f79e4db739e6602f4f)
Diffstat (limited to 'source3/winbindd/idmap_ad.c')
-rw-r--r--source3/winbindd/idmap_ad.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c
index ca1cf81ca9..b99da57a4a 100644
--- a/source3/winbindd/idmap_ad.c
+++ b/source3/winbindd/idmap_ad.c
@@ -98,8 +98,7 @@ static ADS_STRUCT *ad_idmap_cached_connection_internal(void)
return NULL;
}
- /* the machine acct password might have changed - fetch it every
- * time */
+ /* the machine acct password might have change - fetch it every time */
SAFE_FREE(ads->auth.password);
ads->auth.password = secrets_fetch_machine_password(lp_workgroup(), NULL, NULL);