mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4: fix warning: unused variable ‘i’
This commit is contained in:
parent
966641b9fe
commit
6a0d3665e2
@ -399,7 +399,6 @@ int ldb_load_modules(struct ldb_context *ldb, const char *options[])
|
||||
{
|
||||
const char *modules_string;
|
||||
const char **modules = NULL;
|
||||
unsigned int i;
|
||||
int ret;
|
||||
TALLOC_CTX *mem_ctx = talloc_new(ldb);
|
||||
if (!mem_ctx) {
|
||||
|
Loading…
Reference in New Issue
Block a user