Home
last modified time | relevance | path

Searched refs:force_final (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssh/
H A Dsshd.c324 child_close(struct early_child *child, int force_final, int quiet) in child_close() argument
327 debug_f("enter%s", force_final ? " (forcing)" : ""); in child_close()
332 if (child->pid == -1 || force_final) in child_close()