ofproto-dpif: Drop unneeded _SAFE from iteration in handle_flow_miss().
authorBen Pfaff <blp@nicira.com>
Mon, 16 Apr 2012 21:07:56 +0000 (14:07 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 19 Apr 2012 03:28:10 +0000 (20:28 -0700)
commit530a1d915be60e1b48f91af951f34aee53013b09
treebfd6664ec721460ad0930a70b7f747e1b1268d82
parent8017806940cfeaba963d6a6f51ae7573cbea6792
ofproto-dpif: Drop unneeded _SAFE from iteration in handle_flow_miss().

The loop never frees the packet that it operates on, so _SAFE is not
needed.

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