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

Fix return value of enter_function()

parent 61f48013
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -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