more code
[oweals/gnunet.git] / src / transport / plugin_transport_tcp.c
index 2402d04c418802dad4adc43fa537fe7825a80408..02fae064602242a7cad26d9a9bdc675ba48e7767 100644 (file)
@@ -542,7 +542,7 @@ tcp_nat_port_map_callback (void *cls, int add_remove,
     return;
   }
   /* modify our published address list */
-  plugin->env->notify_address (plugin->env->cls, add_remove, arg, args);
+  plugin->env->notify_address (plugin->env->cls, add_remove, arg, args, "tcp");
 }