projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2dafc9
)
secchan: Remove unused variable.
author
Ben Pfaff
<blp@nicira.com>
Thu, 12 Mar 2009 17:04:25 +0000
(10:04 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 12 Mar 2009 17:04:25 +0000
(10:04 -0700)
secchan/main.c
patch
|
blob
|
history
diff --git
a/secchan/main.c
b/secchan/main.c
index 8b82ad8d8c7e474193c576dfc9cd5191d3e13763..5974f1611ba334a7f83e035e1bf50ae4dd090916 100644
(file)
--- a/
secchan/main.c
+++ b/
secchan/main.c
@@
-307,7
+307,6
@@
parse_options(int argc, char *argv[], struct ofsettings *s)
svec_init(&s->netflow);
s->mgmt_id = 0;
for (;;) {
- int error;
int c;
c = getopt_long(argc, argv, short_options, long_options, NULL);