summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2350599)
raw | patch | inline | side by side (parent: 2350599)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Thu, 16 Jan 2003 05:20:15 +0000 (05:20 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Thu, 16 Jan 2003 05:20:15 +0000 (05:20 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@242 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_tcp.c | patch | blob | history |
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c
index 43580b6c6815044e3afc42ef5526212c1c2d7871..8a42a6439d28fc0b5499a7b789b239b10b54be4a 100644 (file)
--- a/plugins/check_tcp.c
+++ b/plugins/check_tcp.c
*
*****************************************************************************/
-/* const char *progname = "check_tcp"; */
#define REVISION "$Revision$"
#define DESCRIPTION "Check a TCP port"
#define AUTHOR "Ethan Galstad"
void print_usage (void);
void print_help (void);
-char *progname = NULL;
+char *progname = "check_tcp";
char *SERVICE = NULL;
char *SEND = NULL;
char *EXPECT = NULL;