diff options
Diffstat (limited to 'sshlogin.c')
-rw-r--r-- | sshlogin.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sshlogin.c b/sshlogin.c index 4ed419494..08d2600b2 100644 --- a/sshlogin.c +++ b/sshlogin.c | |||
@@ -90,8 +90,11 @@ static void | |||
90 | store_lastlog_message(const char *user, uid_t uid) | 90 | store_lastlog_message(const char *user, uid_t uid) |
91 | { | 91 | { |
92 | #ifndef NO_SSH_LASTLOG | 92 | #ifndef NO_SSH_LASTLOG |
93 | char *time_string, hostname[HOST_NAME_MAX+1] = ""; | 93 | # ifndef CUSTOM_SYS_AUTH_GET_LASTLOGIN_MSG |
94 | char hostname[HOST_NAME_MAX+1] = ""; | ||
94 | time_t last_login_time; | 95 | time_t last_login_time; |
96 | # endif | ||
97 | char *time_string; | ||
95 | int r; | 98 | int r; |
96 | 99 | ||
97 | if (!options.print_lastlog) | 100 | if (!options.print_lastlog) |