From: Volker Lendecke Date: Wed, 2 Jul 2008 13:13:14 +0000 (+0200) Subject: Fix typo X-Git-Tag: samba-3.3.0pre1~697 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe79c8a5b726754703626ca0bff57074274c98c7;p=thirdparty%2Fsamba.git Fix typo --- diff --git a/source/winbindd/idmap_ad.c b/source/winbindd/idmap_ad.c index b99da57a4a7..ca1cf81ca9a 100644 --- a/source/winbindd/idmap_ad.c +++ b/source/winbindd/idmap_ad.c @@ -98,7 +98,8 @@ static ADS_STRUCT *ad_idmap_cached_connection_internal(void) return NULL; } - /* the machine acct password might have change - fetch it every time */ + /* the machine acct password might have changed - fetch it every + * time */ SAFE_FREE(ads->auth.password); ads->auth.password = secrets_fetch_machine_password(lp_workgroup(), NULL, NULL);