ofproto-dpif: Fix return type of rule_calculate_tag().
authorBen Pfaff <blp@nicira.com>
Wed, 21 Mar 2012 16:03:46 +0000 (09:03 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 21 Mar 2012 16:09:40 +0000 (09:09 -0700)
commit19ab53929019bda87a2fff080b6eba37c731d520
tree87c6d27e92261afbc9c59abdcdccc9cf6359aae3
parentccd3cf44eb28dc109f07cf329a8bda7146821355
ofproto-dpif: Fix return type of rule_calculate_tag().

tag_type is currently uint32_t but using uint32_t directly is conceptually
wrong.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c