conf: Silence gcc -Os warning

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2021-10-05 21:22:09 +02:00
parent 16f4b983de
commit a909fd5e7a

2
conf.c
View file

@ -850,7 +850,7 @@ void conf(struct ctx *c, int argc, char **argv)
uint32_t *dns4 = c->dns4; uint32_t *dns4 = c->dns4;
do { do {
enum conf_port_type *set; enum conf_port_type *set = NULL;
const char *optstring; const char *optstring;
if (c->mode == MODE_PASST) if (c->mode == MODE_PASST)