Parent Directory
|
Revision Log
|
Patch
| Revision 1.56 by sysadm, Sat Jun 21 05:57:43 2025 UTC | Revision 1.58 by sysadm, Tue Jun 24 10:01:24 2025 UTC | |
|---|---|---|
| # | Line 231 int main(int argc, char *argv[]) | Line 231 int main(int argc, char *argv[]) |
| 231 | } | } |
| 232 | ||
| 233 | // Load section config | // Load section config |
| 234 | if (load_section_config_from_db() < 0) | if (load_section_config_from_db(0) < 0) |
| 235 | { | { |
| 236 | log_error("load_section_config_from_db() error\n"); | log_error("load_section_config_from_db() error\n"); |
| 237 | goto cleanup; | goto cleanup; |
| # | Line 313 cleanup: | Line 313 cleanup: |
| 313 | ||
| 314 | log_common("Main process exit normally\n"); | log_common("Main process exit normally\n"); |
| 315 | ||
| 316 | log_end(); | |
| 317 | ||
| 318 | return 0; | return 0; |
| 319 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |