svn commit: samba r23608 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_26/source/nsswitch

gd at samba.org gd at samba.org
Tue Jun 26 09:41:15 GMT 2007


Author: gd
Date: 2007-06-26 09:41:14 +0000 (Tue, 26 Jun 2007)
New Revision: 23608

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23608

Log:
Just inline comment cosmetics.

Guenther

Modified:
   branches/SAMBA_3_0/source/nsswitch/idmap_ad.c
   branches/SAMBA_3_0_26/source/nsswitch/idmap_ad.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/idmap_ad.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/idmap_ad.c	2007-06-26 09:15:37 UTC (rev 23607)
+++ branches/SAMBA_3_0/source/nsswitch/idmap_ad.c	2007-06-26 09:41:14 UTC (rev 23608)
@@ -680,7 +680,7 @@
  */
 
 /************************************************************************
- 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 @@
 	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 @@
 
 	return NT_STATUS_OK;
 }
+
 static NTSTATUS nss_rfc2307_init( struct nss_domain_entry *e )
 {
 	/* Sanity check if we have previously been called with a

Modified: branches/SAMBA_3_0_26/source/nsswitch/idmap_ad.c
===================================================================
--- branches/SAMBA_3_0_26/source/nsswitch/idmap_ad.c	2007-06-26 09:15:37 UTC (rev 23607)
+++ branches/SAMBA_3_0_26/source/nsswitch/idmap_ad.c	2007-06-26 09:41:14 UTC (rev 23608)
@@ -680,7 +680,7 @@
  */
 
 /************************************************************************
- 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 @@
 	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 @@
 
 	return NT_STATUS_OK;
 }
+
 static NTSTATUS nss_rfc2307_init( struct nss_domain_entry *e )
 {
 	/* Sanity check if we have previously been called with a



More information about the samba-cvs mailing list