summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/auth.c')
-rw-r--r--usr.sbin/ppp/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/auth.c b/usr.sbin/ppp/auth.c
index b5038ed..b8d572b 100644
--- a/usr.sbin/ppp/auth.c
+++ b/usr.sbin/ppp/auth.c
@@ -140,7 +140,7 @@ auth_CheckPasswd(const char *name, const char *data, const char *key)
#ifdef _OPENPAM
&openpam_nullconv, NULL
#else
- &pam_conv, key
+ &pam_conv, (char *)key
#endif
};
OpenPOWER on IntegriCloud