svn commit: samba r3926 - in branches/SAMBA_4_0/source/lib/ldb/ldb_ldap: .

metze at samba.org metze at samba.org
Tue Nov 23 17:35:37 GMT 2004


Author: metze
Date: 2004-11-23 17:35:37 +0000 (Tue, 23 Nov 2004)
New Revision: 3926

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

Log:
fix compiler warnings

metze

Modified:
   branches/SAMBA_4_0/source/lib/ldb/ldb_ldap/ldb_ldap.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/ldb_ldap/ldb_ldap.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/ldb_ldap/ldb_ldap.c	2004-11-23 16:35:14 UTC (rev 3925)
+++ branches/SAMBA_4_0/source/lib/ldb/ldb_ldap/ldb_ldap.c	2004-11-23 17:35:37 UTC (rev 3926)
@@ -498,8 +498,6 @@
 
 static int lldb_lock(struct ldb_module *module, const char *lockname)
 {
-	struct ldb_context *ldb = module->ldb;
-	struct lldb_private *lldb = module->private_data;
 	int ret = 0;
 
 	if (lockname == NULL) {
@@ -513,8 +511,6 @@
 
 static int lldb_unlock(struct ldb_module *module, const char *lockname)
 {
-	struct ldb_context *ldb = module->ldb;
-	struct lldb_private *lldb = module->private_data;
 	int ret = 0;
 
 	if (lockname == NULL) {



More information about the samba-cvs mailing list