Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39679
b: refs/heads/master
c: f64ad5b
h: refs/heads/master
i:
  39677: 449c87a
  39675: 33aefee
  39671: 0d8cdf2
  39663: 8963f96
  39647: 0850d3d
  39615: 0c530ba
  39551: f65257b
  39423: b89ca2b
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Oct 16, 2006
1 parent 84c254b commit 1d66859
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be60358e948484e472c88bf8a2d77e644ff5ed83
refs/heads/master: f64ad5bb044326c6ebc6535d661c1abe78a0e5f2
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_NFQUEUE.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static int __init xt_nfqueue_init(void)

static void __exit xt_nfqueue_fini(void)
{
xt_register_targets(xt_nfqueue_target, ARRAY_SIZE(xt_nfqueue_target));
xt_unregister_targets(xt_nfqueue_target, ARRAY_SIZE(xt_nfqueue_target));
}

module_init(xt_nfqueue_init);
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_connmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static int __init xt_connmark_init(void)

static void __exit xt_connmark_fini(void)
{
xt_register_matches(xt_connmark_match, ARRAY_SIZE(xt_connmark_match));
xt_unregister_matches(xt_connmark_match, ARRAY_SIZE(xt_connmark_match));
}

module_init(xt_connmark_init);
Expand Down

0 comments on commit 1d66859

Please sign in to comment.