From: Guus Sliepen Date: Fri, 20 Jul 2012 15:29:16 +0000 (+0200) Subject: Never remove items from cmdline_conf. X-Git-Tag: release-1.1pre3~99 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=4591e96c76914795aaae317c067f16abc22fb2e0;hp=4591e96c76914795aaae317c067f16abc22fb2e0;p=tinc 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. ---