mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 01:44:26 +00:00
- Fix in p2p support
This commit is contained in:
parent
8b814c724c
commit
ec5325ed3c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user