conf: Silence gcc -Os warning
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
2
conf.c
2
conf.c
@@ -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)
|
||||||
|
Reference in New Issue
Block a user