From b424fdd2533068ed06aef648f126912fe3d8254f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 10 Jan 2006 16:51:46 +0000 Subject: r12830: this can be const metze (This used to be commit 1876e245c49d521e89674dc1662a61e8f4cdc9b5) --- source4/lib/ldb/common/ldb_modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/ldb/common/ldb_modules.c b/source4/lib/ldb/common/ldb_modules.c index 804bd654f3..e336a58901 100644 --- a/source4/lib/ldb/common/ldb_modules.c +++ b/source4/lib/ldb/common/ldb_modules.c @@ -113,7 +113,7 @@ int ldb_load_modules(struct ldb_context *ldb, const char *options[]) { char **modules = NULL; int i; - struct { + const struct { const char *name; ldb_module_init_t init; } well_known_modules[] = { -- cgit