From 7547398c97f1e5f67287a8e319eed146de2ecf05 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 26 Jan 2002 06:28:50 +0000 Subject: This always points at a string literal, so it probably should be 'const'. (This used to be commit e72e511935ce7f2b658a133bd536833864bc6a92) --- source3/include/passdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/passdb.h') 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); -- cgit