diff options
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r-- | source3/include/passdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 178b3a43592..071ebdbfe55 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -59,7 +59,7 @@ typedef struct pdb_context typedef struct pdb_methods { - char *name; /* What name got this module */ + const char *name; /* What name got this module */ BOOL (*setsampwent)(struct pdb_context *, BOOL update); |