mirror of
https://github.com/tnn2/esp-idf-libssh.git
synced 2026-02-04 12:20:42 +09:00
g/c static
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user