summaryrefslogtreecommitdiffstats
path: root/plugins/check_smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r--plugins/check_smtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index 9f01943..d1c2466 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -615,7 +615,7 @@ process_arguments (int argc, char **argv)
615 verbose++; 615 verbose++;
616 break; 616 break;
617 case 'q': 617 case 'q':
618 ignore_send_quit_failure++; /* ignore problem sending QUIT */ 618 ignore_send_quit_failure = true; /* ignore problem sending QUIT */
619 break; 619 break;
620 case 't': /* timeout */ 620 case 't': /* timeout */
621 if (is_intnonneg (optarg)) { 621 if (is_intnonneg (optarg)) {