summaryrefslogtreecommitdiff
path: root/source3/lib/smbpasswd.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/smbpasswd.c')
-rw-r--r--source3/lib/smbpasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbpasswd.c b/source3/lib/smbpasswd.c
index c27af5540b..92ae1ffea2 100644
--- a/source3/lib/smbpasswd.c
+++ b/source3/lib/smbpasswd.c
@@ -60,7 +60,7 @@ BOOL smbpasswd_gethexpwd(char *p, unsigned char *pwd)
{
int i;
unsigned char lonybble, hinybble;
- char *hexchars = "0123456789ABCDEF";
+ const char *hexchars = "0123456789ABCDEF";
char *p1, *p2;
if (!p) return (False);