r12830: this can be const
authorStefan Metzmacher <metze@samba.org>
Tue, 10 Jan 2006 16:51:46 +0000 (16:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:50:03 +0000 (13:50 -0500)
metze
(This used to be commit 1876e245c49d521e89674dc1662a61e8f4cdc9b5)

source4/lib/ldb/common/ldb_modules.c

index 804bd654f3d33b95b06d34a5658ad587142e9a7a..e336a589013a354c524c42b3f9f5204051b3bfba 100644 (file)
@@ -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[] = {