summaryrefslogtreecommitdiff
path: root/plugins/resolvconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/resolvconf.c')
-rw-r--r--plugins/resolvconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/resolvconf.c b/plugins/resolvconf.c
index f81d1062..e1d53379 100644
--- a/plugins/resolvconf.c
+++ b/plugins/resolvconf.c
@@ -114,5 +114,5 @@ static void resolvconf_exit(void)
connman_driver_unregister(&resolvconf_driver);
}
-CONNMAN_PLUGIN_DEFINE("resolvconf", "Name resolver plugin", VERSION,
+CONNMAN_PLUGIN_DEFINE(resolvconf, "Name resolver plugin", VERSION,
resolvconf_init, resolvconf_exit)