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:03:46 +0000 (09:03 -0700)
commit822d941452da65dd067ab1fe19a7fc8f181558b5
treea911a595a8597c53e39127e73022d16f24a90c56
parent9ed20b8a36555a39e3cda9900c6adc0e2f5ae2c2
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