more code
[oweals/gnunet.git] / src / transport / plugin_transport_unix.c
index 4ee29a402b7c6de9cc5e4e0a83fbbd28c6d0d01f..55787a7f93e8fb9ea4d15bfcd7c8b11f448a3dd1 100644 (file)
@@ -1219,7 +1219,8 @@ address_notification (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 
   plugin->env->notify_address (plugin->env->cls, GNUNET_YES,
                                plugin->unix_socket_path,
-                               strlen (plugin->unix_socket_path) + 1);
+                               strlen (plugin->unix_socket_path) + 1,
+                               "unix");
 }