diff options
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 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. -* +* * $Id$ * *****************************************************************************/ @@ -315,7 +315,7 @@ main (int argc, char **argv) } #ifdef HAVE_SSL np_net_ssl_cleanup(); -#endif +#endif if (sd) close (sd); microsec = deltime (tv); |