diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-11-23 17:35:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:06 -0500 |
commit | 90b06b4ea8d8d06e9cd9f6678b4086eda49204bd (patch) | |
tree | 4acd4b5df0e2387bf9219a2a6e27ac4018223485 /source4/lib/ldb/ldb_ldap | |
parent | 21ebf8b942417be1f9a0e87b0807f3f5e44fa863 (diff) | |
download | samba-90b06b4ea8d8d06e9cd9f6678b4086eda49204bd.tar.gz samba-90b06b4ea8d8d06e9cd9f6678b4086eda49204bd.tar.bz2 samba-90b06b4ea8d8d06e9cd9f6678b4086eda49204bd.zip |
r3926: fix compiler warnings
metze
(This used to be commit a9cbaa3cff470f58031972d53ecb6f5856b187e0)
Diffstat (limited to 'source4/lib/ldb/ldb_ldap')
-rw-r--r-- | source4/lib/ldb/ldb_ldap/ldb_ldap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/lib/ldb/ldb_ldap/ldb_ldap.c b/source4/lib/ldb/ldb_ldap/ldb_ldap.c index d9640f247a..b9c3865acc 100644 --- a/source4/lib/ldb/ldb_ldap/ldb_ldap.c +++ b/source4/lib/ldb/ldb_ldap/ldb_ldap.c @@ -498,8 +498,6 @@ static int lldb_modify(struct ldb_module *module, const struct ldb_message *msg) 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_lock(struct ldb_module *module, const char *lockname) 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) { |