Never remove items from cmdline_conf.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 6 Oct 2017 19:25:59 +0000 (21:25 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 6 Oct 2017 19:25:59 +0000 (21:25 +0200)
commitc34eff55553c8cf34bb3bdefa619c27ac193485b
treea9c2603787a40e04f6002daa382ae984d2ca6883
parentafcc90a501dc179a4c8e78ae5c51a81b036b4046
Never remove items from cmdline_conf.

We should treat cmdline_conf as const, so we can call read_config_options()
more than once with prefix = NULL.

Closes #155 on GitHub.
src/conf.c