projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c67e4a
)
ofproto: Remove unnecessary assignment from ofoperation_complete().
author
Ben Pfaff
<blp@nicira.com>
Tue, 3 Jan 2012 18:15:28 +0000
(10:15 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 1 Feb 2012 22:15:14 +0000
(14:15 -0800)
Nothing uses op->victim following this assignment, so it is not
needed.
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto.c
patch
|
blob
|
history
diff --git
a/ofproto/ofproto.c
b/ofproto/ofproto.c
index 822f1fb00b07742c749d970aff9ed93e0b48ecd4..465704b6bc2aa849f51fe325f185af804c080741 100644
(file)
--- a/
ofproto/ofproto.c
+++ b/
ofproto/ofproto.c
@@
-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: