1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r3926: fix compiler warnings

metze
(This used to be commit a9cbaa3cff)
This commit is contained in:
Stefan Metzmacher 2004-11-23 17:35:37 +00:00 committed by Gerald (Jerry) Carter
parent 21ebf8b942
commit 90b06b4ea8

View File

@ -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) {