conf: Silence gcc -Os warning
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
16f4b983de
commit
a909fd5e7a
1 changed files with 1 additions and 1 deletions
2
conf.c
2
conf.c
|
@ -850,7 +850,7 @@ void conf(struct ctx *c, int argc, char **argv)
|
|||
uint32_t *dns4 = c->dns4;
|
||||
|
||||
do {
|
||||
enum conf_port_type *set;
|
||||
enum conf_port_type *set = NULL;
|
||||
const char *optstring;
|
||||
|
||||
if (c->mode == MODE_PASST)
|
||||
|
|
Loading…
Reference in a new issue