Rev 2588 | Rev 2619 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2588 | Rev 2594 | ||
---|---|---|---|
Line 210... | Line 210... | ||
210 | hlp = hash_table_find(&ns_hash_table, keys); |
210 | hlp = hash_table_find(&ns_hash_table, keys); |
211 | if (!hlp) { |
211 | if (!hlp) { |
212 | return ENOENT; |
212 | return ENOENT; |
213 | } |
213 | } |
214 | hs = hash_table_get_instance(hlp, hashed_service_t, link); |
214 | hs = hash_table_get_instance(hlp, hashed_service_t, link); |
215 | return ipc_forward_fast(callid, hs->phone, 0, 0); |
215 | return ipc_forward_fast(callid, hs->phone, IPC_GET_ARG2(*call), 0); |
216 | } |
216 | } |
217 | 217 | ||
218 | /** Compute hash index into NS hash table. |
218 | /** Compute hash index into NS hash table. |
219 | * |
219 | * |
220 | * @param key Pointer keys. However, only the first key (i.e. service number) |
220 | * @param key Pointer keys. However, only the first key (i.e. service number) |