diff options
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r-- | plugins/check_smtp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index ac0aa45d..324549d4 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c | |||
@@ -423,7 +423,7 @@ int main(int argc, char **argv) { | |||
423 | break; | 423 | break; |
424 | } | 424 | } |
425 | break; | 425 | break; |
426 | } while (0); | 426 | } while (false); |
427 | } else { | 427 | } else { |
428 | result = STATE_CRITICAL; | 428 | result = STATE_CRITICAL; |
429 | xasprintf(&error_msg, _("only authtype LOGIN is supported, ")); | 429 | xasprintf(&error_msg, _("only authtype LOGIN is supported, ")); |
@@ -462,7 +462,7 @@ int main(int argc, char **argv) { | |||
462 | /* process command-line arguments */ | 462 | /* process command-line arguments */ |
463 | check_smtp_config_wrapper process_arguments(int argc, char **argv) { | 463 | check_smtp_config_wrapper process_arguments(int argc, char **argv) { |
464 | enum { | 464 | enum { |
465 | SNI_OPTION | 465 | SNI_OPTION = CHAR_MAX + 1 |
466 | }; | 466 | }; |
467 | 467 | ||
468 | int option = 0; | 468 | int option = 0; |