mirror of
https://repo.or.cz/socat.git
synced 2025-07-11 06:22:58 +00:00
Print CRL warning only once
This commit is contained in:
parent
c4f569e367
commit
47b98aed7a
5 changed files with 16 additions and 5 deletions
|
@ -113,7 +113,7 @@ void childdied(int signum) {
|
|||
}
|
||||
/*! indent */
|
||||
if (num_child) {
|
||||
num_child--;
|
||||
--num_child;
|
||||
Info1("number of children decreased to %d", num_child);
|
||||
}
|
||||
/* check if it was a registered child process */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue