summaryrefslogtreecommitdiffstats
path: root/plugins/check_smtp.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-19 06:45:18 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-19 06:45:18 (GMT)
commitcaa8bd6423e2d0d1b4e72c150e80b9c6a9e1b7fe (patch)
tree118fd80cc8ba27ef695a8e8ce409e5d70f4fa451 /plugins/check_smtp.c
parent16f53e0717b60660145388b0feb351628f606211 (diff)
downloadmonitoring-plugins-caa8bd6423e2d0d1b4e72c150e80b9c6a9e1b7fe.tar.gz
Bulk EOL cleanup
$ git diff --ignore-space-change|diffstat 0 files changed git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2087 f882894a-f735-0410-b71e-b25c423dba1c
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