diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-11 17:45:03 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-11 17:53:25 +0200 |
commit | 0948a5cda8756cca1edbe0f430175b31111d2497 (patch) | |
tree | a0825eb9c931527bfc26fe0a21800fd558f1baae /source3 | |
parent | e613ecbea5056fbeedaa8749228512d620077e70 (diff) | |
download | samba-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')
-rw-r--r-- | source3/winbindd/idmap_ad.c | 3 |
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); |