aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 2324914c9..269949a99 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -1729,7 +1729,7 @@ libgnunet_plugin_transport_unix_init (void *cls)
1729 if (NULL == env->receive) 1729 if (NULL == env->receive)
1730 { 1730 {
1731 /* run in 'stub' mode (i.e. as part of gnunet-peerinfo), don't fully 1731 /* run in 'stub' mode (i.e. as part of gnunet-peerinfo), don't fully
1732 initialze the plugin or the API */ 1732 initialize the plugin or the API */
1733 api = GNUNET_new (struct GNUNET_TRANSPORT_PluginFunctions); 1733 api = GNUNET_new (struct GNUNET_TRANSPORT_PluginFunctions);
1734 api->cls = NULL; 1734 api->cls = NULL;
1735 api->address_pretty_printer = &unix_plugin_address_pretty_printer; 1735 api->address_pretty_printer = &unix_plugin_address_pretty_printer;