This commit is contained in:
M66B 2017-03-28 08:13:18 +02:00
parent a7e8147943
commit 8e64117af9
1 changed files with 0 additions and 2 deletions

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