Formatting syncup.
authorTim Potter <tpot@samba.org>
Fri, 20 Dec 2002 01:36:57 +0000 (01:36 +0000)
committerTim Potter <tpot@samba.org>
Fri, 20 Dec 2002 01:36:57 +0000 (01:36 +0000)
(This used to be commit 4277262c74ef16971658f53edd403b335542d9f2)

source3/nsswitch/winbindd_util.c

index 5ad4bada3758aae0ab9c176d7f979ba913d8babe..d2c5bbbb9d36ed4caa885588a5777acfba5a236f 100644 (file)
@@ -209,8 +209,10 @@ BOOL init_domain_list(void)
        /* Add ourselves as the first entry */
        domain = add_trusted_domain(lp_workgroup(), NULL, &cache_methods, NULL);
 
-       /* Now we *must* get the domain sid for our primary domain. Go into
-          a holding pattern until that is available */
+       /* 
+        * Now we *must* get the domain sid for our primary domain. Go into
+        * a holding pattern until that is available
+        */
 
        result = cache_methods.domain_sid(domain, &domain->sid);
        while (!NT_STATUS_IS_OK(result)) {