From: Volker Lendecke Date: Fri, 11 Jul 2008 15:45:03 +0000 (+0200) Subject: Revert "Fix typo" X-Git-Tag: samba-3.3.0pre1~568 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62835f8d7e824a5d469ec5f79e4db739e6602f4f;p=thirdparty%2Fsamba.git Revert "Fix typo" This reverts commit fe79c8a5b726754703626ca0bff57074274c98c7. --- diff --git a/source/winbindd/idmap_ad.c b/source/winbindd/idmap_ad.c index ca1cf81ca9a..b99da57a4a7 100644 --- a/source/winbindd/idmap_ad.c +++ b/source/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);