netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables_names
authorPavel Emelyanov <xemul@openvz.org>
Tue, 29 Apr 2008 10:15:35 +0000 (03:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Apr 2008 10:15:35 +0000 (03:15 -0700)
The seq_open_net() call should be accompanied with seq_release_net() one.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found