projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
595cf43
)
ovs-vsctl: Remove dead code.
author
Ethan Jackson
<ethan@nicira.com>
Tue, 29 Mar 2011 00:46:43 +0000
(17:46 -0700)
committer
Ethan Jackson
<ethan@nicira.com>
Tue, 29 Mar 2011 17:45:29 +0000
(10:45 -0700)
Coverity #10710.
utilities/ovs-vsctl.c
patch
|
blob
|
history
diff --git
a/utilities/ovs-vsctl.c
b/utilities/ovs-vsctl.c
index 2baab003acc9a40b7fa2e1bbb6f7001bb60bc923..0068f64bd2c0f0b4c1b73126208103dc2efcdc4b 100644
(file)
--- a/
utilities/ovs-vsctl.c
+++ b/
utilities/ovs-vsctl.c
@@
-2502,9
+2502,6
@@
parse_column_key_value(const char *arg,
}
*valuep = xstrdup(p + best_len);
} else {
- if (valuep) {
- *valuep = NULL;
- }
if (*p != '\0') {
error = xasprintf("%s: trailing garbage \"%s\" in argument",
arg, p);