g/c static

This commit is contained in:
Tobias Nygren
2020-07-22 23:32:18 +02:00
parent 3a0dbdb0f1
commit e24e24e211

View File

@@ -394,7 +394,7 @@ sshd_main(struct server_ctx *sc)
{ {
int error; int error;
ssh_event event; ssh_event event;
static bool time_to_die = false; bool time_to_die = false;
if (ssh_init() < 0) { if (ssh_init() < 0) {
return SSH_ERROR; return SSH_ERROR;