0 parent d87d7fb381c153f71b7cdfd37f3513edc6d0eb8f author David S. Miller 1303085013 -0700 committer David S. Miller 1303085013 -0700 netfilter: nf_conntrack_standalone: Fix set-but-unused variables. 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 2