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

SourceForge.net noreply at sourceforge.net
Wed Oct 6 08:33:42 CEST 2004


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

Category: Argument proccessing
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: p_ashfield (paulashfield)
Assigned to: Nobody/Anonymous (nobody)
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

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

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