]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Updated configuration directive of resolve plugin, renamed from resolv_conf
authorMartin Willi <martin@strongswan.org>
Thu, 15 Oct 2009 08:07:01 +0000 (10:07 +0200)
committerMartin Willi <martin@strongswan.org>
Thu, 15 Oct 2009 08:14:10 +0000 (10:14 +0200)
src/charon/plugins/resolve/resolve_handler.c

index 6f72546dda35e20a60b93bc1618a578ea84e910a..7c7d52a05fb5cee11471e93769036f661dddbace 100644 (file)
@@ -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;
 }