mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
parent
21ebf8b942
commit
90b06b4ea8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user