mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-01 12:54:07 +00:00
Cleanup
This commit is contained in:
parent
a7e8147943
commit
8e64117af9
1 changed files with 0 additions and 2 deletions
|
@ -523,8 +523,6 @@ public class DatabaseHelper extends SQLiteOpenHelper {
|
|||
cv.put("protocol", packet.protocol);
|
||||
cv.put("daddr", dname == null ? packet.daddr : dname);
|
||||
cv.put("dport", packet.dport);
|
||||
if (block < 0)
|
||||
cv.put("block", block);
|
||||
|
||||
if (db.insert("access", null, cv) == -1)
|
||||
Log.e(TAG, "Insert access failed");
|
||||
|
|
Loading…
Reference in a new issue