From 0948a5cda8756cca1edbe0f430175b31111d2497 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 11 Jul 2008 17:45:03 +0200 Subject: Revert "Fix typo" This reverts commit fe79c8a5b726754703626ca0bff57074274c98c7. (This used to be commit 62835f8d7e824a5d469ec5f79e4db739e6602f4f) --- source3/winbindd/idmap_ad.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/winbindd') 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); -- cgit