diff options
author | Tim Potter <tpot@samba.org> | 2002-12-20 01:36:57 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-12-20 01:36:57 +0000 |
commit | 45030bcbcac1657173a8bf64d237d92496886202 (patch) | |
tree | ce6bc5528ea0bce486065e32258ed8402d1e3a0a /source3/nsswitch | |
parent | 8e5c9b04315de10eed4cb7839eff5cc8c2d0c2c7 (diff) | |
download | samba-45030bcbcac1657173a8bf64d237d92496886202.tar.gz samba-45030bcbcac1657173a8bf64d237d92496886202.tar.bz2 samba-45030bcbcac1657173a8bf64d237d92496886202.zip |
Formatting syncup.
(This used to be commit 4277262c74ef16971658f53edd403b335542d9f2)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd_util.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c index 5ad4bada37..d2c5bbbb9d 100644 --- a/source3/nsswitch/winbindd_util.c +++ b/source3/nsswitch/winbindd_util.c @@ -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)) { |