1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-27 08:23:49 +03:00

r12830: this can be const

metze
This commit is contained in:
Stefan Metzmacher
2006-01-10 16:51:46 +00:00
committed by Gerald (Jerry) Carter
parent 380938e97f
commit 1876e245c4

View 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[] = {