netfilter: nf_conntrack_standalone: Fix set-but-unused variables.
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Apr 2011 00:03:33 +0000 (17:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Apr 2011 00:03:33 +0000 (17:03 -0700)
The variable 'ret' is set but unused in ct_seq_show().

This was obviously meant to be used to propagate error codes
to the caller, so make it so.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found