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