Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/login.c: Use localtime_r(3) instead of localtime(3)
This silences a CodeQL warning. We don't care about reentrancy, but after this patch we don't need to break a long line, so that's a win. Reviewed-by: "Serge E. Hallyn" <[email protected]> Signed-off-by: Alejandro Colomar <[email protected]>
- Loading branch information