- Fix in p2p support

This commit is contained in:
Christophe Dumez 2008-05-17 19:36:14 +00:00
parent 8b814c724c
commit ec5325ed3c

View file

@ -1197,7 +1197,7 @@ void options_imp::parseP2PFilterFile(QString filePath) {
continue; continue;
} }
// Get IP range // Get IP range
QList<QByteArray> IPs = partsList.at(2).split('-'); QList<QByteArray> IPs = partsList.at(1).split('-');
if(IPs.size() != 2) { if(IPs.size() != 2) {
qDebug("p2p file: line %d is malformed.", nbLine); qDebug("p2p file: line %d is malformed.", nbLine);
continue; continue;