diff options
Diffstat (limited to 'conf.c')
| -rw-r--r-- | conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ {{{ 0xfe, 0x80, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0x01 }}} -const char *pasta_default_ifn = "tap0"; +static const char *pasta_default_ifn = "tap0"; /** * add_dns4() - Possibly add the IPv4 address of a DNS resolver to configuration |
