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)
We should treat cmdline_conf as const, so we can call read_config_options()
more than once with prefix = NULL.

Closes #155 on GitHub.


No differences found