Browse Source

- Improved PG2 p2p filter support

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
d26bebfbe2
  1. 2
      src/filterParserThread.h

2
src/filterParserThread.h

@ -220,7 +220,7 @@ class FilterParserThread : public QThread { @@ -220,7 +220,7 @@ class FilterParserThread : public QThread {
continue;
}
// Get IP range
QList<QByteArray> IPs = partsList.at(1).split('-');
QList<QByteArray> IPs = partsList.last().split('-');
if(IPs.size() != 2) {
qDebug("p2p file: line %d is malformed.", nbLine);
continue;

Loading…
Cancel
Save