Index: uspace/app/trace/ipcp.c
===================================================================
--- uspace/app/trace/ipcp.c	(revision 7c0e1f596a64720b6f6a6ec66b3499a9d26511cb)
+++ uspace/app/trace/ipcp.c	(revision ac307b25a02622848f9ee9d1bff85d6cd4c35ca2)
@@ -323,5 +323,6 @@
 	pending_call_t *pcall;
 	
-	if ((hash & IPC_CALLID_ANSWERED) == 0 && hash != IPCP_CALLID_SYNC) {
+	if ((call->flags & IPC_CALLID_ANSWERED) == 0 &&
+	    hash != IPCP_CALLID_SYNC) {
 		/* Not a response */
 		if ((display_mask & DM_IPC) != 0) {
@@ -331,6 +332,4 @@
 	}
 	
-	hash = hash & ~IPC_CALLID_ANSWERED;
-	
 	item = hash_table_find(&pending_calls, &hash);
 	if (item == NULL)
