mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s4: fix warning: unused variable ‘i’
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user