View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000731aMuleExternal Connpublic2005-12-14 08:372005-12-14 11:50
ReporterJacobo221 
Assigned ToKry 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000731: wrong failed servers check
DescriptionCServerList::RemoveDeadServers() in ServerList.cpp checks:

cur_server->GetFailedCount() > thePrefs::GetDeadserverRetries()

where it should check

cur_server->GetFailedCount() >= thePrefs::GetDeadserverRetries()
TagsNo tags attached.
Fixed in Revision
Operating System
Attached Files

- Relationships

-  Notes
(0001666)
Kry (manager)
2005-12-14 11:50

The check is ok, we only want to remove when we have MORE failed than the max failed.

- Issue History
Date Modified Username Field Change
2005-12-14 08:37 Jacobo221 New Issue
2005-12-14 11:49 Kry Status new => assigned
2005-12-14 11:49 Kry Assigned To => Kry
2005-12-14 11:50 Kry Status assigned => closed
2005-12-14 11:50 Kry Note Added: 0001666


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker