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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index 8ff10b8..4986fe6 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -168,7 +168,7 @@ main (int argc, char **argv)
168 168
169 if (verbose && smtp_use_dummycmd) 169 if (verbose && smtp_use_dummycmd)
170 printf ("FROM CMD: %s", cmd_str); 170 printf ("FROM CMD: %s", cmd_str);
171 171
172 /* initialize alarm signal handling */ 172 /* initialize alarm signal handling */
173 (void) signal (SIGALRM, socket_timeout_alarm_handler); 173 (void) signal (SIGALRM, socket_timeout_alarm_handler);
174 174
@@ -285,7 +285,7 @@ main (int argc, char **argv)
285# endif /* USE_OPENSSL */ 285# endif /* USE_OPENSSL */
286 } 286 }
287#endif 287#endif
288 288
289 /* sendmail will syslog a "NOQUEUE" error if session does not attempt 289 /* sendmail will syslog a "NOQUEUE" error if session does not attempt
290 * to do something useful. This can be prevented by giving a command 290 * to do something useful. This can be prevented by giving a command
291 * even if syntax is illegal (MAIL requires a FROM:<...> argument) 291 * even if syntax is illegal (MAIL requires a FROM:<...> argument)
@@ -746,7 +746,7 @@ recvlines(char *buf, size_t bufsize)
746} 746}
747 747
748 748
749int 749int
750my_close (void) 750my_close (void)
751{ 751{
752#ifdef HAVE_SSL 752#ifdef HAVE_SSL