projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aebfc86
)
ovs-brcompatd: Fix stupid merge error.
author
Ben Pfaff
<blp@nicira.com>
Tue, 9 Mar 2010 00:31:55 +0000
(16:31 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Tue, 9 Mar 2010 00:31:55 +0000
(16:31 -0800)
Apparently I can no longer rely on myself to look for compiler warnings
before I push.
Introduced in commit
4b3a0009
"ovs-brcompatd: Delete what Bridge
references when deleting a Bridge."
vswitchd/ovs-brcompatd.c
patch
|
blob
|
history
diff --git
a/vswitchd/ovs-brcompatd.c
b/vswitchd/ovs-brcompatd.c
index 45ded7b8f76a6e71e383865b008a599e169dba71..b5037056e41ac28cc452b1ff27c8e763fb937f8e 100644
(file)
--- a/
vswitchd/ovs-brcompatd.c
+++ b/
vswitchd/ovs-brcompatd.c
@@
-817,7
+817,7
@@
handle_port_cmd(struct ovsdb_idl *idl,
ovsdb_idl_txn_add_comment(txn,
"ovs-brcompatd: del-if %s",
port_name);
- del_port(br, port
_name
);
+ del_port(br, port);
}
}