aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_template.c')
-rw-r--r--src/transport/plugin_transport_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_template.c b/src/transport/plugin_transport_template.c
index 239f32f4a..c39c72178 100644
--- a/src/transport/plugin_transport_template.c
+++ b/src/transport/plugin_transport_template.c
@@ -516,7 +516,7 @@ libgnunet_plugin_transport_template_init (void *cls)
516 if (NULL == env->receive) 516 if (NULL == env->receive)
517 { 517 {
518 /* run in 'stub' mode (i.e. as part of gnunet-peerinfo), don't fully 518 /* run in 'stub' mode (i.e. as part of gnunet-peerinfo), don't fully
519 initialze the plugin or the API */ 519 initialize the plugin or the API */
520 api = GNUNET_new (struct GNUNET_TRANSPORT_PluginFunctions); 520 api = GNUNET_new (struct GNUNET_TRANSPORT_PluginFunctions);
521 api->cls = NULL; 521 api->cls = NULL;
522 api->address_to_string = &template_plugin_address_to_string; 522 api->address_to_string = &template_plugin_address_to_string;