Index: uspace/lib/hound/src/protocol.c
===================================================================
--- uspace/lib/hound/src/protocol.c	(revision 676900501376128cbb87ed9ea866e1bfbb52a5db)
+++ uspace/lib/hound/src/protocol.c	(revision 790f3a3a7e4d0de0dc62be56505cd98a8966eaef)
@@ -396,5 +396,5 @@
 	/* Accept connection if there is a valid iface*/
 	if (server_iface) {
-		async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label());
+		async_accept_0(icall);
 	} else {
 		async_answer_0(icall, ENOTSUP);
