summaryrefslogtreecommitdiff
path: root/src/wire
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-11-19 23:52:24 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-11-19 23:52:24 +0100
commitd3f73936ae5b5797531db8fe5e6b82cdd1e01ce3 (patch)
tree7e4e3640831ce105ecbcdee56078bdf4b08e9f68 /src/wire
parent368f3a9a6684dea78381c98ac9d217e9fc85e3b2 (diff)
downloadexchange-d3f73936ae5b5797531db8fe5e6b82cdd1e01ce3.tar.gz
exchange-d3f73936ae5b5797531db8fe5e6b82cdd1e01ce3.tar.bz2
exchange-d3f73936ae5b5797531db8fe5e6b82cdd1e01ce3.zip
Skip test when wire-plugin is not loaded.
Diffstat (limited to 'src/wire')
-rw-r--r--src/wire/wire.c2
1 files changed, 1 insertions, 1 deletions
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,