Parent Directory
|
Revision Log
|
Patch
| Revision 1.59 by sysadm, Wed Jun 25 01:50:14 2025 UTC | Revision 1.60 by sysadm, Thu Jun 26 12:17:02 2025 UTC | |
|---|---|---|
| # | Line 224 int main(int argc, char *argv[]) | Line 224 int main(int argc, char *argv[]) |
| 224 | } | } |
| 225 | } | } |
| 226 | ||
| 227 | // Load section config | // Load section config and gen_ex |
| 228 | if (load_section_config_from_db(0) < 0) | if (load_section_config_from_db(1) < 0) |
| 229 | { | { |
| 230 | log_error("load_section_config_from_db() error\n"); | log_error("load_section_config_from_db(0) error\n"); |
| 231 | goto cleanup; | goto cleanup; |
| 232 | } | } |
| 233 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |