projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20ae7dd
)
Remove unused variables.
author
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 22 Oct 2010 20:46:44 +0000
(22:46 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 22 Oct 2010 20:46:44 +0000
(22:46 +0200)
These were caused by commit
667b1bac77b134cf32c98d5dc25619e8c3303f52
.
src/conf.c
patch
|
blob
|
history
diff --git
a/src/conf.c
b/src/conf.c
index
c5467d2
..
1b8213c
100644
(file)
--- a/
src/conf.c
+++ b/
src/conf.c
@@
-358,7
+358,6
@@
void read_config_options(avl_tree_t *config_tree, const char *prefix) {
}
bool read_server_config() {
- list_node_t *node, *next;
char *fname;
bool x;
@@
-377,8
+376,6
@@
bool read_server_config() {
}
bool read_connection_config(connection_t *c) {
- list_node_t *node, *next;
- size_t name_len = strlen(c->name);
char *fname;
bool x;