mirror of
https://github.com/matrix-construct/construct
synced 2024-12-01 19:22:53 +01:00
sslproc: reset ssld_wait/spin_count when explicitly requested to restart ssld
This commit is contained in:
parent
6a7ea191a7
commit
036cafaaaf
1 changed files with 3 additions and 0 deletions
|
@ -171,6 +171,9 @@ restart_ssld(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ssld_spin_count = 0;
|
||||||
|
last_spin = 0;
|
||||||
|
ssld_wait = 0;
|
||||||
start_ssldaemon(ServerInfo.ssld_count);
|
start_ssldaemon(ServerInfo.ssld_count);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue