From ec7aa52a3b6b32cd5e4b2807dc3df13eb734c0a5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 2 Jul 2008 15:13:14 +0200 Subject: Fix typo (This used to be commit fe79c8a5b726754703626ca0bff57074274c98c7) --- source3/winbindd/idmap_ad.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/winbindd/idmap_ad.c') 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); -- cgit