summaryrefslogtreecommitdiff
path: root/plugins/resolvfile.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-06 18:13:04 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-06 18:13:04 +0100
commit61a7962866886dff93f29bee45007dbdac26199a (patch)
treec704a5dec2374cef22c1bb9aee9ac5dbfd27f61e /plugins/resolvfile.c
parent9e4b0435da1726aa58e39e350d3497097db2634f (diff)
downloadconnman-61a7962866886dff93f29bee45007dbdac26199a.tar.gz
connman-61a7962866886dff93f29bee45007dbdac26199a.tar.bz2
connman-61a7962866886dff93f29bee45007dbdac26199a.zip
Allow pre-processor pasting of plugin name
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)