ofproto: Remove unnecessary assignment from ofoperation_complete().
[sliver-openvswitch.git] / ofproto / ofproto.c
index 822f1fb..465704b 100644 (file)
@@ -3304,7 +3304,6 @@ ofoperation_complete(struct ofoperation *op, enum ofperr error)
             oftable_substitute_rule(rule, op->victim);
             ofproto_rule_destroy__(rule);
         }
-        op->victim = NULL;
         break;
 
     case OFOPERATION_DELETE: