From 2afb72337ad1e9d2d4349043f346a4387c4065c5 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 26 Jun 2007 09:41:14 +0000 Subject: r23608: Just inline comment cosmetics. Guenther (This used to be commit 90c810674dff17b2d08d49cb8d945a86204598a6) --- source3/nsswitch/idmap_ad.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/source3/nsswitch/idmap_ad.c b/source3/nsswitch/idmap_ad.c index 4f898c3fa0..45785892aa 100644 --- a/source3/nsswitch/idmap_ad.c +++ b/source3/nsswitch/idmap_ad.c @@ -680,7 +680,7 @@ static NTSTATUS idmap_ad_close(struct idmap_domain *dom) */ /************************************************************************ - Initialize the {sfu,rfc2307} state + Initialize the {sfu,sfu20,rfc2307} state ***********************************************************************/ static NTSTATUS nss_sfu_init( struct nss_domain_entry *e ) @@ -701,10 +701,6 @@ static NTSTATUS nss_sfu_init( struct nss_domain_entry *e ) return NT_STATUS_OK; } -/************************************************************************ - Initialize the {sfu,rfc2307} state - ***********************************************************************/ - static NTSTATUS nss_sfu20_init( struct nss_domain_entry *e ) { /* Sanity check if we have previously been called with a @@ -722,6 +718,7 @@ static NTSTATUS nss_sfu20_init( struct nss_domain_entry *e ) return NT_STATUS_OK; } + static NTSTATUS nss_rfc2307_init( struct nss_domain_entry *e ) { /* Sanity check if we have previously been called with a -- cgit