[Nagiosplug-checkins] CVS: nagiosplug/plugins check_tcp.c,1.11,1.12

Karl DeBisschop kdebisschop at users.sourceforge.net
Wed Jan 15 21:21:05 CET 2003


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv1099/plugins

Modified Files:
	check_tcp.c 
Log Message:
cleanup progname assignment

Index: check_tcp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_tcp.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** check_tcp.c	13 Jan 2003 12:15:16 -0000	1.11
--- check_tcp.c	16 Jan 2003 05:20:15 -0000	1.12
***************
*** 23,27 ****
   *****************************************************************************/
  
- /* const char *progname = "check_tcp"; */
  #define REVISION "$Revision$"
  #define DESCRIPTION "Check a TCP port"
--- 23,26 ----
***************
*** 66,70 ****
  void print_help (void);
  
! char *progname = NULL;
  char *SERVICE = NULL;
  char *SEND = NULL;
--- 65,69 ----
  void print_help (void);
  
! char *progname = "check_tcp";
  char *SERVICE = NULL;
  char *SEND = NULL;





More information about the Commits mailing list