summaryrefslogtreecommitdiff
path: root/plugins/resolvfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/resolvfile.c')
-rw-r--r--plugins/resolvfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/resolvfile.c b/plugins/resolvfile.c
index 54ad41b3..deb39c94 100644
--- a/plugins/resolvfile.c
+++ b/plugins/resolvfile.c
@@ -95,5 +95,5 @@ static void resolvfile_exit(void)
connman_driver_unregister(&resolvfile_driver);
}
-CONNMAN_PLUGIN_DEFINE("resolvfile", "Name resolver plugin", VERSION,
+CONNMAN_PLUGIN_DEFINE(resolvfile, "Name resolver plugin", VERSION,
resolvfile_init, resolvfile_exit)