X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fcheck_tcp.c;h=8a42a6439d28fc0b5499a7b789b239b10b54be4a;hb=80da8e6dab2b37abc491018b2894414b80cfcbf4;hp=43580b6c6815044e3afc42ef5526212c1c2d7871;hpb=0c3386274ef5002dffc20337ef02407f24d7400c;p=nagiosplug.git diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index 43580b6..8a42a64 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c @@ -22,7 +22,6 @@ * *****************************************************************************/ -/* const char *progname = "check_tcp"; */ #define REVISION "$Revision$" #define DESCRIPTION "Check a TCP port" #define AUTHOR "Ethan Galstad" @@ -65,7 +64,7 @@ int process_arguments (int, char **); void print_usage (void); void print_help (void); -char *progname = NULL; +char *progname = "check_tcp"; char *SERVICE = NULL; char *SEND = NULL; char *EXPECT = NULL;