Index: uspace/srv/net/inetsrv/inetcfg.c
===================================================================
--- uspace/srv/net/inetsrv/inetcfg.c	(revision f5837524878dfa0cfbf12164f7b8144cee094f9a)
+++ uspace/srv/net/inetsrv/inetcfg.c	(revision 59ff52ddecc1a8fae7d8227c3d89aba32776e065)
@@ -742,5 +742,5 @@
 
 	/* Accept the connection */
-	async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label());
+	async_accept_0(icall);
 
 	while (true) {
