Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2593 → Rev 2594

/trunk/uspace/srv/ns/ns.c
212,7 → 212,7
return ENOENT;
}
hs = hash_table_get_instance(hlp, hashed_service_t, link);
return ipc_forward_fast(callid, hs->phone, 0, 0);
return ipc_forward_fast(callid, hs->phone, IPC_GET_ARG2(*call), 0);
}
 
/** Compute hash index into NS hash table.