From: Martin Willi Date: Thu, 15 Oct 2009 08:07:01 +0000 (+0200) Subject: Updated configuration directive of resolve plugin, renamed from resolv_conf X-Git-Tag: 4.3.5rc1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=406f335938645f60b67df4b35c64d4f43ae71f1a;p=thirdparty%2Fstrongswan.git Updated configuration directive of resolve plugin, renamed from resolv_conf --- diff --git a/src/charon/plugins/resolve/resolve_handler.c b/src/charon/plugins/resolve/resolve_handler.c index 6f72546dda..7c7d52a05f 100644 --- a/src/charon/plugins/resolve/resolve_handler.c +++ b/src/charon/plugins/resolve/resolve_handler.c @@ -185,7 +185,7 @@ resolve_handler_t *resolve_handler_create() this->mutex = mutex_create(MUTEX_TYPE_DEFAULT); this->file = lib->settings->get_str(lib->settings, - "charon.plugins.resolv-conf.file", RESOLV_CONF); + "charon.plugins.resolve.file", RESOLV_CONF); return &this->public; }