more code
[oweals/gnunet.git] / src / transport / plugin_transport_udp.c
index 940bed254f220887257959352ac401bf2afa595d..ae135a468de8eb5d25a7a3e847c018a3d69c1598 100644 (file)
@@ -1277,7 +1277,7 @@ udp_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, "udp");
 }