Parent Directory
|
Revision Log
|
Patch
| Revision 1.20 by sysadm, Thu May 15 06:24:11 2025 UTC | Revision 1.21 by sysadm, Mon May 19 01:44:49 2025 UTC | |
|---|---|---|
| # | Line 70 int fork_server() | Line 70 int fork_server() |
| 70 | ||
| 71 | SYS_child_process_count = 0; | SYS_child_process_count = 0; |
| 72 | ||
| // Reset signal handler to default | ||
| signal(SIGHUP, SIG_DFL); | ||
| signal(SIGCHLD, SIG_DFL); | ||
| signal(SIGTERM, SIG_DFL); | ||
| 73 | bbs_main(); | bbs_main(); |
| 74 | ||
| 75 | // Child process exit | // Child process exit |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |