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_tcp.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_tcp.c')
| -rw-r--r-- | plugins/check_tcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index f5ef7818..0d81497e 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | * | 24 | * |
| 25 | * You should have received a copy of the GNU General Public License | 25 | * You should have received a copy of the GNU General Public License |
| 26 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 26 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 27 | * | 27 | * |
| 28 | * $Id$ | 28 | * $Id$ |
| 29 | * | 29 | * |
| 30 | *****************************************************************************/ | 30 | *****************************************************************************/ |
| @@ -315,7 +315,7 @@ main (int argc, char **argv) | |||
| 315 | } | 315 | } |
| 316 | #ifdef HAVE_SSL | 316 | #ifdef HAVE_SSL |
| 317 | np_net_ssl_cleanup(); | 317 | np_net_ssl_cleanup(); |
| 318 | #endif | 318 | #endif |
| 319 | if (sd) close (sd); | 319 | if (sd) close (sd); |
| 320 | 320 | ||
| 321 | microsec = deltime (tv); | 321 | microsec = deltime (tv); |
