From 1876e245c49d521e89674dc1662a61e8f4cdc9b5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 10 Jan 2006 16:51:46 +0000 Subject: [PATCH] r12830: this can be const metze --- source/lib/ldb/common/ldb_modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/ldb/common/ldb_modules.c b/source/lib/ldb/common/ldb_modules.c index 804bd654f3d..e336a589013 100644 --- a/source/lib/ldb/common/ldb_modules.c +++ b/source/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[] = {