From d3f73936ae5b5797531db8fe5e6b82cdd1e01ce3 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 19 Nov 2018 23:52:24 +0100 Subject: Skip test when wire-plugin is not loaded. --- src/wire/wire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wire') diff --git a/src/wire/wire.c b/src/wire/wire.c index aeb8689e6..60ae9e6ed 100644 --- a/src/wire/wire.c +++ b/src/wire/wire.c @@ -72,7 +72,7 @@ static struct WirePlugin *wp_tail; * * @param cfg configuration to use * @param plugin_name name of the plugin to load - * @return #GNUNET_OK on success + * @return the plugin object pointer, or NULL upon errors. */ struct TALER_WIRE_Plugin * TALER_WIRE_plugin_load (const struct GNUNET_CONFIGURATION_Handle *cfg, -- cgit v1.2.3