Index: uspace/srv/net/udp/service.c
===================================================================
--- uspace/srv/net/udp/service.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/net/udp/service.c	(revision 8b6cd5cc7eb1fce2e87ead2a1403607213d545be)
@@ -667,5 +667,5 @@
 
 	/* Accept the connection */
-	async_answer_0(icall, EOK);
+	async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label());
 
 	log_msg(LOG_DEFAULT, LVL_DEBUG, "udp_client_conn()");
