svn commit: samba r25393 - in branches: SAMBA_3_2/source/groupdb SAMBA_3_2_0/source/groupdb

jerry at samba.org jerry at samba.org
Thu Sep 27 23:33:36 GMT 2007


Author: jerry
Date: 2007-09-27 23:33:35 +0000 (Thu, 27 Sep 2007)
New Revision: 25393

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

Log:
Removed unused variable


Modified:
   branches/SAMBA_3_2/source/groupdb/mapping.c
   branches/SAMBA_3_2_0/source/groupdb/mapping.c


Changeset:
Modified: branches/SAMBA_3_2/source/groupdb/mapping.c
===================================================================
--- branches/SAMBA_3_2/source/groupdb/mapping.c	2007-09-27 23:31:28 UTC (rev 25392)
+++ branches/SAMBA_3_2/source/groupdb/mapping.c	2007-09-27 23:33:35 UTC (rev 25393)
@@ -30,8 +30,6 @@
  */
 static BOOL init_group_mapping(void)
 {
-	const char *backend_string;
-
 	if (backend != NULL) {
 		/* already initialised */
 		return True;

Modified: branches/SAMBA_3_2_0/source/groupdb/mapping.c
===================================================================
--- branches/SAMBA_3_2_0/source/groupdb/mapping.c	2007-09-27 23:31:28 UTC (rev 25392)
+++ branches/SAMBA_3_2_0/source/groupdb/mapping.c	2007-09-27 23:33:35 UTC (rev 25393)
@@ -30,8 +30,6 @@
  */
 static BOOL init_group_mapping(void)
 {
-	const char *backend_string;
-
 	if (backend != NULL) {
 		/* already initialised */
 		return True;



More information about the samba-cvs mailing list