aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 49e84dfe7..2db31caa3 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -2390,7 +2390,7 @@ read_process_ack (struct Plugin *plugin,
2390 2390
2391 2391
2392/** 2392/**
2393 * Message tokenizer has broken up an incomming message. Pass it on 2393 * Message tokenizer has broken up an incoming message. Pass it on
2394 * to the service. 2394 * to the service.
2395 * 2395 *
2396 * @param cls the `struct GNUNET_ATS_Session *` 2396 * @param cls the `struct GNUNET_ATS_Session *`
@@ -3605,7 +3605,7 @@ libgnunet_plugin_transport_udp_init (void *cls)
3605 if (NULL == env->receive) 3605 if (NULL == env->receive)
3606 { 3606 {
3607 /* run in 'stub' mode (i.e. as part of gnunet-peerinfo), don't fully 3607 /* run in 'stub' mode (i.e. as part of gnunet-peerinfo), don't fully
3608 initialze the plugin or the API */ 3608 initialize the plugin or the API */
3609 api = GNUNET_new (struct GNUNET_TRANSPORT_PluginFunctions); 3609 api = GNUNET_new (struct GNUNET_TRANSPORT_PluginFunctions);
3610 api->cls = NULL; 3610 api->cls = NULL;
3611 api->address_pretty_printer = &udp_plugin_address_pretty_printer; 3611 api->address_pretty_printer = &udp_plugin_address_pretty_printer;