Index: uspace/srv/ns/ns.c
===================================================================
--- uspace/srv/ns/ns.c	(revision b74959bd4f5b3c25215165e16f18a594cc56d741)
+++ uspace/srv/ns/ns.c	(revision be815bc34ea5c9d442f237c8bd5d4bc86b379499)
@@ -213,5 +213,6 @@
 	}
 	hs = hash_table_get_instance(hlp, hashed_service_t, link);
-	return ipc_forward_fast(callid, hs->phone, IPC_GET_ARG2(*call), 0);
+	return ipc_forward_fast(callid, hs->phone, IPC_GET_ARG2(*call), 0,
+	    IPC_FF_NONE);
 }
 
