Index: uspace/lib/c/generic/async_rel.c
===================================================================
--- uspace/lib/c/generic/async_rel.c	(revision 9476f4f3416fd66de68e4a85e678159b25fd4684)
+++ uspace/lib/c/generic/async_rel.c	(revision 973ef9fc2302afd44bcf569cc300f71adbc0acdf)
@@ -239,5 +239,5 @@
 		 */
 retry:
-		rel_phone = ipc_connect_me_to(key_phone, 0, 0, 0);
+		rel_phone = async_connect_me_to(key_phone, 0, 0, 0);
 		if (rel_phone >= 0) {
 			/* success, do nothing */
