mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Make config constant
This commit is contained in:
parent
2727f32f19
commit
2036d29b34
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ int main(int argc, char **argv) {
|
|||
usage4(_("Could not parse arguments"));
|
||||
}
|
||||
|
||||
check_dbi_config config = tmp.config;
|
||||
const check_dbi_config config = tmp.config;
|
||||
|
||||
/* Set signal handling and alarm */
|
||||
if (signal(SIGALRM, timeout_alarm_handler) == SIG_ERR) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue