mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 04:24:23 +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;
|
||||
}
|
||||
// Get IP range
|
||||
QList<QByteArray> IPs = partsList.at(2).split('-');
|
||||
QList<QByteArray> IPs = partsList.at(1).split('-');
|
||||
if(IPs.size() != 2) {
|
||||
qDebug("p2p file: line %d is malformed.", nbLine);
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user