Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/hound/src/protocol.c

    r1b555f0f rbeb83c1  
    615615                        break;
    616616                default:
    617                         /*
    618                          * In case we called async_get_call() after we had
    619                          * already received IPC_M_PHONE_HUNGUP deeper in the
    620                          * protocol handling, the capability handle will be
    621                          * invalid, so act carefully here.
    622                          */
    623                         if (call.cap_handle != CAP_NIL)
    624                                 async_answer_0(&call, ENOTSUP);
     617                        async_answer_0(&call, ENOTSUP);
    625618                        return;
    626619                }
Note: See TracChangeset for help on using the changeset viewer.