aMule Bug Tracker - aMule
View Issue Details
0000021aMuleMiscpublic2004-04-16 02:232004-04-16 16:17
Batman 
Xaignar 
normalminoralways
resolvedfixed 
 
 
0000021: wrong test in BaseClient.cpp line 475
if ((test[0]=='M') && (test[0]=='L') && (test[0]=='D') && (test[0]=='K')) {

hard to find MLDK that way ! Try this :

if ((test[0]=='M') && (test[1]=='L') && (test[2]=='D') && (test[3]=='K')) {
No tags attached.
Issue History
2004-04-16 02:23BatmanNew Issue
2004-04-16 16:17XaignarStatusnew => resolved
2004-04-16 16:17XaignarResolutionopen => fixed
2004-04-16 16:17XaignarAssigned To => Xaignar
2004-04-16 16:17XaignarNote Added: 0000034
2004-04-16 16:17KryNote Added: 0000035

Notes
(0000034)
Xaignar   
2004-04-16 16:17   
Your bugfix has been committed. Thank you for repporting the problem. =)
(0000035)
Kry   
2004-04-16 16:17   
ROFL!!!! I wondered what happened to all mldonkeys this days. Sorry, it was my fault... too much copy/paste