Parent Directory
|
Revision Log
|
Patch
| Revision 1.35 by sysadm, Mon Oct 13 07:35:48 2025 UTC | Revision 1.36 by sysadm, Tue Oct 14 00:57:06 2025 UTC | |
|---|---|---|
| # | Line 211 int list_ex_section(void *param) | Line 211 int list_ex_section(void *param) |
| 211 | { | { |
| 212 | SECTION_LIST *p_section; | SECTION_LIST *p_section; |
| 213 | ||
| 214 | p_section = section_list_find_by_name(param, NULL); | p_section = section_list_find_by_name(param); |
| 215 | if (p_section == NULL) | if (p_section == NULL) |
| 216 | { | { |
| 217 | log_error("Section %s not found\n", (const char *)param); | log_error("Section %s not found\n", (const char *)param); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |