Index: uspace/lib/c/generic/ipc.c
===================================================================
--- uspace/lib/c/generic/ipc.c	(revision 01c3bb491370247ba1459d7e381e27022f09fed4)
+++ uspace/lib/c/generic/ipc.c	(revision d9ec808b547e5990edc7280d9d8399acd2a5d86f)
@@ -100,5 +100,5 @@
 	}
 	
-	if (rc == IPC_CALLRET_FATAL) {
+	if (rc != EOK) {
 		/* Call asynchronous handler with error code */
 		if (call->callback)
