Index: uspace/lib/graph/graph.c
===================================================================
--- uspace/lib/graph/graph.c	(revision 676900501376128cbb87ed9ea866e1bfbb52a5db)
+++ uspace/lib/graph/graph.c	(revision 482f968b8b53156bb4454e6c369c1e92dc426ea9)
@@ -501,5 +501,5 @@
 
 	/* Accept the connection. */
-	async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label());
+	async_accept_0(icall);
 
 	/* Establish callback session. */
@@ -569,5 +569,5 @@
 
 	/* Accept the connection. */
-	async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label());
+	async_accept_0(icall);
 
 	/* Enter command loop. */
