sflow: Don't assign value that is never used.
authorBen Pfaff <blp@nicira.com>
Wed, 10 Feb 2010 19:04:30 +0000 (11:04 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 11 Feb 2010 18:35:28 +0000 (10:35 -0800)
commit02ef592c379d359bb447ae5fbb709e485dcb5103
tree543dc431245b6de13d917931e68e9140880c0a38
parent5fbb4e187d587679882b296211e75a06f791acea
sflow: Don't assign value that is never used.

The "error" return from collectors_create() is actually not that
interesting, because there could still be some collectors configured
properly anyhow, so we might as well discard the error return here,
without even assigning it to a variable.

Found by Clang (http://clang-analyzer.llvm.org/).
ofproto/ofproto-sflow.c