X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconf.c;h=1b8213c4709aa76d891842420eb874c0db5a2f0b;hb=a91bf2dfcd0f5857905e59da7d944654e0875503;hp=c5467d20ad3028583f1be2afa486340df6b38de1;hpb=20ae7dd8c12390f7360eb28cc17e1b8a8a706b06;p=tinc diff --git a/src/conf.c b/src/conf.c index c5467d20..1b8213c4 100644 --- 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;