ofproto: Make ofproto_enumerate_types() match its comment.
authorBen Pfaff <blp@nicira.com>
Mon, 9 Dec 2013 23:38:25 +0000 (15:38 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 11 Dec 2013 19:08:32 +0000 (11:08 -0800)
commitc799c30657373c68b243bdb2576bf1883bcfce4a
treead4c7b001196268c2944a6116d905b69a5b090ac
parent1a6495b5223687dc0998cbf2ab59aad312980f9f
ofproto: Make ofproto_enumerate_types() match its comment.

The comment says that it clears the passed-in sset, but it didn't.  The bug
didn't actually affect any of the existing callers, which all passed in an
empty sset.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
ofproto/ofproto.c