1
0
mirror of https://passt.top/passt synced 2024-10-01 03:25:48 +00:00

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;
do {
enum conf_port_type *set;
enum conf_port_type *set = NULL;
const char *optstring;
if (c->mode == MODE_PASST)