bugDcHub: Hub software for Direct Connect - Bugs: bug #16838, Lost commands in hub_cmd.c

 
 

bug #16838: Lost commands in hub_cmd.c

Submitter:  None
Submitted:  Tue 13 Jun 2006 07:01:36 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Release:  0.5.2
Operating System:  Linux x86 Planned Release:  None
Fixed Release: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 14 Jun 2006 07:13:52 AM UTC, comment #1: 

Hm... no, while (min <= max) right, something with my mind.
First time command -pluginstart whan't run (say "unknown command"). Now all ok... don't understand =(

Anonymous
Tue 13 Jun 2006 07:01:36 PM UTC, original submission:  

Line 2509 of hub_cmd.c
while (min <= max);
As result, some of commands never will be found. Right:
while (min < max);

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code