ofproto-dpif: Move 'orig_flow' from action_xlate_ctx to local variable.
authorBen Pfaff <blp@nicira.com>
Wed, 13 Feb 2013 23:50:54 +0000 (15:50 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 14 Feb 2013 05:51:26 +0000 (21:51 -0800)
commit9ba85077376e35607952e83eac6815e6b7bbb923
tree8c09b54b32d02a42d2f14f18043e503c4dd8bc6f
parentcd57233c96d437e65c6fb7afb1e117acd4d3c941
ofproto-dpif: Move 'orig_flow' from action_xlate_ctx to local variable.

A comment said that this was necessary to silence a false-positive warning
from GCC 4.4.  However, it no longer triggers a warning for me, so enough
must have changed in the meantime to make GCC happy.

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