From 8134ec30d1fdf9b9921885154c900d2a88707676 Mon Sep 17 00:00:00 2001 From: "M. Sean Finney" Date: Wed, 25 May 2005 00:30:19 +0000 Subject: bah, my_connect is taken by mysql. now calling it np_net_connect. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1176 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_tcp.c') diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index 1bf1f4cb..3087453a 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c @@ -284,7 +284,7 @@ main (int argc, char **argv) result = connect_SSL (); else #endif - result = my_connect (server_address, server_port, &sd, PROTOCOL); + result = np_net_connect (server_address, server_port, &sd, PROTOCOL); if (result == STATE_CRITICAL) return STATE_CRITICAL; -- cgit v1.2.3-74-g34f1