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:25:06 +0000 (09:25 -0700)
commiteef4d7399be65ab0a8d75b3eb448c4c91eb651a9
treee276204e32cb0f1bccf59553d877b85775b6008e
parent9f9120615d9dc3bf030d965e21852a59167e0441
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