[Nagiosplug-checkins] CVS: nagiosplug/plugins check_hpjd.c,1.17,1.18

Ton Voon tonvoon at users.sourceforge.net
Mon Nov 24 06:54:12 CET 2003


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

Modified Files:
	check_hpjd.c 
Log Message:
Bug from code-clean (Antony Simmonds - 846311)


Index: check_hpjd.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_hpjd.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** check_hpjd.c	31 Oct 2003 04:21:51 -0000	1.17
--- check_hpjd.c	24 Nov 2003 14:53:46 -0000	1.18
***************
*** 133,137 ****
  		temp_buffer = strtok (NULL, "=");
  
! 		if (temp_buffer != NULL) {
  
  				result = STATE_UNKNOWN;
--- 133,137 ----
  		temp_buffer = strtok (NULL, "=");
  
! 		if (temp_buffer == NULL) {
  
  				result = STATE_UNKNOWN;





More information about the Commits mailing list