svn commit: samba r21336 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_25/source/nsswitch

gd at samba.org gd at samba.org
Wed Feb 14 13:51:43 GMT 2007


Author: gd
Date: 2007-02-14 13:51:42 +0000 (Wed, 14 Feb 2007)
New Revision: 21336

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

Log:
Fix indent (as pointed out by Volker).

Guenther

Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_user.c
   branches/SAMBA_3_0_25/source/nsswitch/winbindd_user.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_user.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_user.c	2007-02-14 13:35:53 UTC (rev 21335)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_user.c	2007-02-14 13:51:42 UTC (rev 21336)
@@ -286,14 +286,14 @@
 	   call worked or not.   --jerry  */
 
 	if ( s->gid == (gid_t)-1 ) {
-	if (!success) {
-		DEBUG(5, ("Could not query user's %s\\%s\n gid",
-			  s->domain->name, s->username));
-		goto failed;
-	}
+		if (!success) {
+			DEBUG(5, ("Could not query user's %s\\%s\n gid",
+				  s->domain->name, s->username));
+			goto failed;
+		}
 
 		/* take what the sid2gid() call gave us */
-	s->gid = gid;
+		s->gid = gid;
 	}
 
 	/* allow the nss backend to override the primary group ID.

Modified: branches/SAMBA_3_0_25/source/nsswitch/winbindd_user.c
===================================================================
--- branches/SAMBA_3_0_25/source/nsswitch/winbindd_user.c	2007-02-14 13:35:53 UTC (rev 21335)
+++ branches/SAMBA_3_0_25/source/nsswitch/winbindd_user.c	2007-02-14 13:51:42 UTC (rev 21336)
@@ -286,14 +286,14 @@
 	   call worked or not.   --jerry  */
 
 	if ( s->gid == (gid_t)-1 ) {
-	if (!success) {
-		DEBUG(5, ("Could not query user's %s\\%s\n gid",
-			  s->domain->name, s->username));
-		goto failed;
-	}
+		if (!success) {
+			DEBUG(5, ("Could not query user's %s\\%s\n gid",
+				  s->domain->name, s->username));
+			goto failed;
+		}
 
 		/* take what the sid2gid() call gave us */
-	s->gid = gid;
+		s->gid = gid;
 	}
 
 	/* allow the nss backend to override the primary group ID.



More information about the samba-cvs mailing list