From e24e24e211b2cb03d5702d93978830e7b009e1a6 Mon Sep 17 00:00:00 2001 From: Tobias Nygren Date: Wed, 22 Jul 2020 23:32:18 +0200 Subject: [PATCH] g/c static --- examples/sshd/main/sshd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sshd/main/sshd.c b/examples/sshd/main/sshd.c index 598a5ff..9c8c184 100644 --- a/examples/sshd/main/sshd.c +++ b/examples/sshd/main/sshd.c @@ -394,7 +394,7 @@ sshd_main(struct server_ctx *sc) { int error; ssh_event event; - static bool time_to_die = false; + bool time_to_die = false; if (ssh_init() < 0) { return SSH_ERROR;