diff options
-rw-r--r-- | source3/winbindd/idmap_ad.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c index b99da57a4a..ca1cf81ca9 100644 --- a/source3/winbindd/idmap_ad.c +++ b/source3/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); |