mirror of
https://github.com/samba-team/samba.git
synced 2025-09-18 09:44:19 +03:00
r2836: removed a couple of unused variables
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
db1ed5675a
commit
391b09dad1
@@ -271,7 +271,6 @@ static NTSTATUS sldb_Del(struct ldapsrv_partition *partition, struct ldapsrv_cal
|
|||||||
struct ldapsrv_reply *del_reply;
|
struct ldapsrv_reply *del_reply;
|
||||||
int ldb_ret;
|
int ldb_ret;
|
||||||
struct samdb_context *samdb;
|
struct samdb_context *samdb;
|
||||||
const char *dn;
|
|
||||||
const char *errstr = NULL;
|
const char *errstr = NULL;
|
||||||
int result = LDAP_SUCCESS;
|
int result = LDAP_SUCCESS;
|
||||||
|
|
||||||
@@ -440,7 +439,6 @@ static NTSTATUS sldb_Compare(struct ldapsrv_partition *partition, struct ldapsrv
|
|||||||
int result = 80;
|
int result = 80;
|
||||||
struct samdb_context *samdb;
|
struct samdb_context *samdb;
|
||||||
struct ldb_message **res;
|
struct ldb_message **res;
|
||||||
struct ldb_context *ldb;
|
|
||||||
const char *attrs[1];
|
const char *attrs[1];
|
||||||
const char *errstr;
|
const char *errstr;
|
||||||
const char *dn;
|
const char *dn;
|
||||||
|
Reference in New Issue
Block a user