1
0
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:
Kamen Mazdrashki 2010-07-08 21:04:13 +03:00
parent 966641b9fe
commit 6a0d3665e2

View File

@ -399,7 +399,6 @@ int ldb_load_modules(struct ldb_context *ldb, const char *options[])
{ {
const char *modules_string; const char *modules_string;
const char **modules = NULL; const char **modules = NULL;
unsigned int i;
int ret; int ret;
TALLOC_CTX *mem_ctx = talloc_new(ldb); TALLOC_CTX *mem_ctx = talloc_new(ldb);
if (!mem_ctx) { if (!mem_ctx) {