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:
committed by
Gerald (Jerry) Carter
parent
380938e97f
commit
1876e245c4
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user