Revert "Fix typo"
authorVolker Lendecke <vl@samba.org>
Fri, 11 Jul 2008 15:45:03 +0000 (17:45 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 11 Jul 2008 15:53:25 +0000 (17:53 +0200)
This reverts commit fe79c8a5b726754703626ca0bff57074274c98c7.
(This used to be commit 62835f8d7e824a5d469ec5f79e4db739e6602f4f)

source3/winbindd/idmap_ad.c

index ca1cf81ca9a97227a9bd1b2687de7c84e08a8628..b99da57a4a72e6e3b58258a85ca4b6a55c1cfe9c 100644 (file)
@@ -98,8 +98,7 @@ static ADS_STRUCT *ad_idmap_cached_connection_internal(void)
                return NULL;
        }
 
-       /* the machine acct password might have changed - fetch it every
-        * time */
+       /* the machine acct password might have change - fetch it every time */
        SAFE_FREE(ads->auth.password);
        ads->auth.password = secrets_fetch_machine_password(lp_workgroup(), NULL, NULL);