Never remove items from cmdline_conf.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 20 Jul 2012 15:29:16 +0000 (17:29 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 20 Jul 2012 15:29:16 +0000 (17:29 +0200)
commit4591e96c76914795aaae317c067f16abc22fb2e0
treea632415b689ec4a1e2a2594abc3dfb1365a383fd
parent68a20876d0c4a6c370064d78786dd9f2aa6273cb
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.
src/conf.c