Avoid assigning the same value to a variable back-to-back.
authorBen Pfaff <blp@nicira.com>
Sun, 13 May 2012 23:33:49 +0000 (16:33 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 14 May 2012 16:37:18 +0000 (09:37 -0700)
commitd7127d44be0b18808b89717cbcb5be3afca92c11
tree70904268b16db0fb181e2746b60289b0c0cfe6ed
parent4ceb7081c1fbd1bfa8c0e26cc45f3c803525fc3f
Avoid assigning the same value to a variable back-to-back.

Found by clang.

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