aboutsummaryrefslogtreecommitdiff
path: root/src/plugin/namestore/test_plugin_namestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin/namestore/test_plugin_namestore.c')
-rw-r--r--src/plugin/namestore/test_plugin_namestore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugin/namestore/test_plugin_namestore.c b/src/plugin/namestore/test_plugin_namestore.c
index d471253ca..d90651255 100644
--- a/src/plugin/namestore/test_plugin_namestore.c
+++ b/src/plugin/namestore/test_plugin_namestore.c
@@ -35,7 +35,7 @@ static int ok;
35 */ 35 */
36static const char *plugin_name; 36static const char *plugin_name;
37 37
38 38#ifndef DARWIN // #5582
39/** 39/**
40 * Function called when the service shuts down. Unloads our namestore 40 * Function called when the service shuts down. Unloads our namestore
41 * plugin. 41 * plugin.
@@ -51,7 +51,7 @@ unload_plugin (struct GNUNET_NAMESTORE_PluginFunctions *api)
51 GNUNET_break (NULL == GNUNET_PLUGIN_unload (libname, api)); 51 GNUNET_break (NULL == GNUNET_PLUGIN_unload (libname, api));
52 GNUNET_free (libname); 52 GNUNET_free (libname);
53} 53}
54 54#endif
55 55
56/** 56/**
57 * Load the namestore plugin. 57 * Load the namestore plugin.