diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-19 06:45:18 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-19 06:45:18 +0000 |
commit | caa8bd6423e2d0d1b4e72c150e80b9c6a9e1b7fe (patch) | |
tree | 118fd80cc8ba27ef695a8e8ce409e5d70f4fa451 /plugins/check_smtp.c | |
parent | 16f53e0717b60660145388b0feb351628f606211 (diff) | |
download | monitoring-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.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index 8ff10b82..4986fe65 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 | ||
749 | int | 749 | int |
750 | my_close (void) | 750 | my_close (void) |
751 | { | 751 | { |
752 | #ifdef HAVE_SSL | 752 | #ifdef HAVE_SSL |