Skip to content

Commit 20e7cfb

Browse files
committed
see
1 parent 5c4c9c4 commit 20e7cfb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sys/net/npf/npf_handler.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ npfk_packet_handler(npf_t *npf, struct mbuf **mp, ifnet_t *ifp, int di)
241241

242242
/* check for matching process uid/gid before concluding */
243243
id_match = npf_rule_match_rid(rl, &npc, di);
244-
printf("matching is %d\n", id_match);
245244

246245
/* Conclude with the rule and release the lock. */
247246
error = npf_rule_conclude(rl, &mi);

sys/net/npf/npf_ruleset.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,6 @@ npf_rule_match_rid(npf_rule_t *rl, npf_cache_t *npc, int dir)
10201020

10211021
matched |= npf_match_rid(&rl->uid, sock_uid);
10221022
}
1023-
printf("socket id: %u\n", sock_uid);
10241023

10251024
return matched;
10261025
}

0 commit comments

Comments
 (0)