Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2517 → Rev 2518

/trunk/uspace/srv/rd/rd.c
135,7 → 135,7
case IPC_M_PHONE_HUNGUP:
/*
* The other side has hung up.
* Answer the message and exit the pseudo thread.
* Answer the message and exit the fibril.
*/
ipc_answer_fast(callid, EOK, 0, 0);
return;