[Nagiosplug-devel] [ nagiosplug-Bugs-1041548 ] bug in check_nt with fix

SourceForge.net noreply at sourceforge.net
Fri Dec 3 16:13:02 CET 2004


Bugs item #1041548, was opened at 2004-10-06 17:31
Message generated for change (Comment added) made by opensides
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1041548&group_id=29880

Category: Argument proccessing
Group: None
>Status: Pending
>Resolution: Fixed
Priority: 5
Submitted By: p_ashfield (paulashfield)
>Assigned to: Benoit Mortier (opensides)
Summary: bug in check_nt with fix

Initial Comment:
check_nt.c , line 183 :

  else if (strlen(value_list)==1)
       output_message = strdup (_("wrong -l argument"));

the ==1 should be  != 1,  value_list in this branch is
the drive letter to check for space so a single
character is the correct syntax

----------------------------------------------------------------------

>Comment By: Benoit Mortier (opensides)
Date: 2004-12-04 01:12

Message:
Logged In: YES 
user_id=388184

Hi,  
 
corrected in cvs head 
 
Please test the new version 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1041548&group_id=29880




More information about the Devel mailing list