]> granicus.if.org Git - linux-pam/commit
pam_lastlog: fix format string
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 19 Nov 2013 14:05:09 +0000 (14:05 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 20 Nov 2013 10:51:24 +0000 (10:51 +0000)
commita5f0998028283c5933f147dabae1dc7e65170bcd
treeeb847fa6142f5e9a62d7a831759ddefb715c847c
parent45cdd2489e68465c2d2202370c350069d2a391b8
pam_lastlog: fix format string

gcc -Wformat justly complains:
format '%d' expects argument of type 'int', but argument 5 has type 'time_t'

* modules/pam_lastlog/pam_lastlog.c (pam_sm_authenticate): Fix format
string.
modules/pam_lastlog/pam_lastlog.c