diff --git a/app/src/main/java/eu/faircode/netguard/DatabaseHelper.java b/app/src/main/java/eu/faircode/netguard/DatabaseHelper.java index eba5bc89..a79ab8ba 100644 --- a/app/src/main/java/eu/faircode/netguard/DatabaseHelper.java +++ b/app/src/main/java/eu/faircode/netguard/DatabaseHelper.java @@ -369,8 +369,7 @@ public class DatabaseHelper extends SQLiteOpenHelper { SQLiteDatabase db = this.getWritableDatabase(); db.beginTransactionNonExclusive(); try { - if (false && - packet.protocol == 6 /* TCP */ && + if (packet.protocol == 6 /* TCP */ && packet.daddr != null && packet.dport > 0 && packet.uid > 0 &&