From: Guus Sliepen Date: Fri, 6 Oct 2017 19:25:59 +0000 (+0200) Subject: Never remove items from cmdline_conf. X-Git-Tag: release-1.0.33~25 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=c34eff55553c8cf34bb3bdefa619c27ac193485b;hp=c34eff55553c8cf34bb3bdefa619c27ac193485b 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. ---