Skip to content
Snippets Groups Projects
Commit 4e642286 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix return value of enter_function()

parent 6cee8c92
No related branches found
No related tags found
No related merge requests found
Pipeline #5167 failed
......@@ -240,6 +240,7 @@ enter_function(sftpc_state_t state)
return false;
}
state->running++;
return true;
}
static bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment