[Nagiosplug-checkins] CVS: nagiosplug/plugins check_http.c,1.56,1.57

Ton Voon tonvoon at users.sourceforge.net
Fri Feb 20 11:48:05 CET 2004


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23275

Modified Files:
	check_http.c 
Log Message:
- Missed out getopt for -T


Index: check_http.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_http.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -r1.56 -r1.57
*** check_http.c	20 Feb 2004 03:21:40 -0000	1.56
--- check_http.c	20 Feb 2004 19:35:51 -0000	1.57
***************
*** 233,237 ****
  
  	while (1) {
! 		c = getopt_long (argc, argv, "Vvh46t:c:w:H:P:I:a:e:p:s:R:r:u:f:C:nlLSm:", longopts, &option);
  		if (c == -1 || c == EOF)
  			break;
--- 233,237 ----
  
  	while (1) {
! 		c = getopt_long (argc, argv, "Vvh46t:c:w:H:P:T:I:a:e:p:s:R:r:u:f:C:nlLSm:", longopts, &option);
  		if (c == -1 || c == EOF)
  			break;





More information about the Commits mailing list