| 133 |
break; |
break; |
| 134 |
} |
} |
| 135 |
|
|
| 136 |
strncpy(p_section->sname, row[1], sizeof(p_section->sname) - 1); |
strncpy(p_section->sname, row[0], sizeof(p_section->sname) - 1); |
| 137 |
p_section->sname[sizeof(p_section->sname) - 1] = '\0'; |
p_section->sname[sizeof(p_section->sname) - 1] = '\0'; |
| 138 |
strncpy(p_section->stitle, row[1], sizeof(p_section->stitle) - 1); |
strncpy(p_section->stitle, row[1], sizeof(p_section->stitle) - 1); |
| 139 |
p_section->stitle[sizeof(p_section->stitle) - 1] = '\0'; |
p_section->stitle[sizeof(p_section->stitle) - 1] = '\0'; |
| 682 |
} |
} |
| 683 |
else |
else |
| 684 |
{ |
{ |
| 685 |
log_error("Reload section config successfully\n"); |
log_common("Reload section config successfully\n"); |
| 686 |
} |
} |
| 687 |
} |
} |
| 688 |
|
|