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