Skip to content
Snippets Groups Projects
Commit 67200c8e authored by Michael Tüxen's avatar Michael Tüxen
Browse files

--persistent_tun_dev doesn't use a value.

parent 71f36840
No related branches found
No related tags found
No related merge requests found
...@@ -597,7 +597,6 @@ static void process_option(int opt, char *optarg, struct config *config, ...@@ -597,7 +597,6 @@ static void process_option(int opt, char *optarg, struct config *config,
config->tun_device = strdup(optarg); config->tun_device = strdup(optarg);
break; break;
case OPT_PERSISTENT_TUN_DEV: case OPT_PERSISTENT_TUN_DEV:
assert(optarg != NULL);
config->persistent_tun_device = true; config->persistent_tun_device = true;
break; break;
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment