ofproto: Fix use of uninitialized variable.
authorBen Pfaff <blp@nicira.com>
Wed, 10 Nov 2010 23:12:18 +0000 (15:12 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 10 Nov 2010 23:12:18 +0000 (15:12 -0800)
commit487cedcff7566691d056843d1b41023a34b211bf
treea32caf7d0c4cdb5012a4261afedc504018d5652f
parent6e170b4c7802f4f388ec63d4c1146de830d98669
ofproto: Fix use of uninitialized variable.

My compiler didn't report this but Ethan's did.

Reported-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto.c