Parent Directory
|
Revision Log
|
Patch
| Revision 1.67 by sysadm, Wed Oct 29 07:35:05 2025 UTC | Revision 1.68 by sysadm, Sun Nov 2 08:13:50 2025 UTC | |
|---|---|---|
| # | Line 171 int main(int argc, char *argv[]) | Line 171 int main(int argc, char *argv[]) |
| 171 | goto cleanup; | goto cleanup; |
| 172 | } | } |
| 173 | ||
| 174 | // Check section aid location dir | |
| 175 | ret = mkdir(VAR_SECTION_AID_LOC_DIR, 0750); | |
| 176 | if (ret == -1 && errno != EEXIST) | |
| 177 | { | |
| 178 | log_error("mkdir(%s) error (%d)\n", VAR_SECTION_AID_LOC_DIR, errno); | |
| 179 | goto cleanup; | |
| 180 | } | |
| 181 | ||
| 182 | // Initialize data pools | // Initialize data pools |
| 183 | if ((fp = fopen(VAR_ARTICLE_BLOCK_SHM, "w")) == NULL) | if ((fp = fopen(VAR_ARTICLE_BLOCK_SHM, "w")) == NULL) |
| 184 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |