1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-01-01 12:54:07 +00:00
This commit is contained in:
M66B 2017-03-28 08:13:18 +02:00
parent a7e8147943
commit 8e64117af9

View file

@ -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");