]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix typo
authorVolker Lendecke <vl@samba.org>
Wed, 2 Jul 2008 13:13:14 +0000 (15:13 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 2 Jul 2008 13:13:14 +0000 (15:13 +0200)
source/winbindd/idmap_ad.c

index b99da57a4a72e6e3b58258a85ca4b6a55c1cfe9c..ca1cf81ca9a97227a9bd1b2687de7c84e08a8628 100644 (file)
@@ -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);