Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6300
b: refs/heads/master
c: 210a9eb
h: refs/heads/master
v: v3
  • Loading branch information
Harald Welte authored and David S. Miller committed Aug 29, 2005
1 parent 4a6eeca commit c4f45fa
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: f682faefb8c6045468c4cf0fe435128352683c22
refs/heads/master: 210a9ebef2d1bd32d9e9d81c84d538e237769cdb
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ip_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ init_or_cleanup(int init)
return status;

cleanup:
nf_unregister_queue_handler(PF_INET);
nf_unregister_queue_handlers(&ipq_enqueue_packet);
synchronize_net();
ipq_flush(NF_DROP);

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv6/netfilter/ip6_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ init_or_cleanup(int init)
return status;

cleanup:
nf_unregister_queue_handler(PF_INET6);
nf_unregister_queue_handlers(&ipq_enqueue_packet);
synchronize_net();
ipq_flush(NF_DROP);

Expand Down

0 comments on commit c4f45fa

Please sign in to comment.