]> granicus.if.org Git - sudo/commit
We cannot reuse last_time for the I/O log info file now that it is
authorTodd C. Miller <Todd.Miller@sudo.ws>
Thu, 23 Aug 2018 19:50:00 +0000 (13:50 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Thu, 23 Aug 2018 19:50:00 +0000 (13:50 -0600)
commit0d36ea93259b47b05d8b4206f8886bcf3724932a
tree6d8abe09586fa45ef054ee935eb769fe6949efc4
parent59e5e379be5662e3d8d5968d989234db0a04b8a4
We cannot reuse last_time for the I/O log info file now that it is
a monotonic timer.  Just call time(3) in write_info_log() directly.
plugins/sudoers/iolog.c