sslproc: reset ssld_wait/spin_count when explicitly requested to restart ssld

This commit is contained in:
Simon Arlott 2016-04-28 22:22:37 +01:00
parent 6a7ea191a7
commit 036cafaaaf
No known key found for this signature in database
GPG key ID: C8975F2043CA5D24

View file

@ -171,6 +171,9 @@ restart_ssld(void)
}
}
ssld_spin_count = 0;
last_spin = 0;
ssld_wait = 0;
start_ssldaemon(ServerInfo.ssld_count);
}