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