mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
when taking the state of a proc_st set its status to zombie.
This commit is contained in:
@@ -343,6 +343,7 @@ unsigned found = 0;
|
||||
proc->pid = -1;
|
||||
proc->fd = -1;
|
||||
proc->sid_size = 0;
|
||||
proc->status = PS_AUTH_ZOMBIE;
|
||||
*_proc = proc = ctmp;
|
||||
found = 1;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user