diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-02 15:13:14 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-02 15:13:14 +0200 |
commit | ec7aa52a3b6b32cd5e4b2807dc3df13eb734c0a5 (patch) | |
tree | e3d3bc679996f24ca0a4248af78ddfb22e2fdc55 /source3 | |
parent | 7207b41a5e6a7cbf2b598775d831560e1b70cc93 (diff) | |
download | samba-ec7aa52a3b6b32cd5e4b2807dc3df13eb734c0a5.tar.gz samba-ec7aa52a3b6b32cd5e4b2807dc3df13eb734c0a5.tar.bz2 samba-ec7aa52a3b6b32cd5e4b2807dc3df13eb734c0a5.zip |
Fix typo
(This used to be commit fe79c8a5b726754703626ca0bff57074274c98c7)
Diffstat (limited to 'source3')
-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); |