aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_time
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_time')
-rw-r--r--modules/pam_time/pam_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_time/pam_time.c b/modules/pam_time/pam_time.c
index a45d8f49..2b9387fb 100644
--- a/modules/pam_time/pam_time.c
+++ b/modules/pam_time/pam_time.c
@@ -674,7 +674,7 @@ pam_sm_acct_mgmt(pam_handle_t *pamh, int flags UNUSED,
/* good, now we have the service name, the user and the terminal name */
- D(("service=%s", service));
+ D(("service=%s", (const char *) service));
D(("user=%s", user));
D(("tty=%s", tty));