mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
Remove unused variable warning.
This commit is contained in:
parent
31c9348c5e
commit
011052de73
@ -90,8 +90,11 @@ static void
|
|||||||
store_lastlog_message(const char *user, uid_t uid)
|
store_lastlog_message(const char *user, uid_t uid)
|
||||||
{
|
{
|
||||||
#ifndef NO_SSH_LASTLOG
|
#ifndef NO_SSH_LASTLOG
|
||||||
char *time_string, hostname[HOST_NAME_MAX+1] = "";
|
# ifndef CUSTOM_SYS_AUTH_GET_LASTLOGIN_MSG
|
||||||
|
char hostname[HOST_NAME_MAX+1] = "";
|
||||||
time_t last_login_time;
|
time_t last_login_time;
|
||||||
|
# endif
|
||||||
|
char *time_string;
|
||||||
int r;
|
int r;
|
||||||
|
|
||||||
if (!options.print_lastlog)
|
if (!options.print_lastlog)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user