summaryrefslogtreecommitdiff
path: root/source/include/passdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/passdb.h')
-rw-r--r--source/include/passdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/passdb.h b/source/include/passdb.h
index 178b3a43592..071ebdbfe55 100644
--- a/source/include/passdb.h
+++ b/source/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);