summaryrefslogtreecommitdiff
path: root/libpam/pam_handlers.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpam/pam_handlers.c')
-rw-r--r--libpam/pam_handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpam/pam_handlers.c b/libpam/pam_handlers.c
index 76af72c4..378c6cee 100644
--- a/libpam/pam_handlers.c
+++ b/libpam/pam_handlers.c
@@ -587,7 +587,7 @@ extract_modulename(const char *mod_path)
if (p == NULL)
p = mod_path;
else
- *p++;
+ p++;
if ((retval = strdup (p)) == NULL)
return NULL;