mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-06 17:45:01 -04:00
More consequent booleans
This commit is contained in:
parent
6a4b9927cb
commit
b6fea24c3d
1 changed files with 2 additions and 2 deletions
|
|
@ -1347,8 +1347,8 @@ finish(int sig)
|
|||
|
||||
/* if no new mode selected, use old schema */
|
||||
if (!rta_mode && !pl_mode && !jitter_mode && !score_mode && !mos_mode && !order_mode) {
|
||||
rta_mode=1;
|
||||
pl_mode=1;
|
||||
rta_mode = true;
|
||||
pl_mode = true;
|
||||
}
|
||||
|
||||
#define THIS_STATUS_WARNING this_status = (this_status <= STATE_WARNING ? STATE_WARNING : this_status)
|
||||
|
|
|
|||
Loading…
Reference in a new issue