Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/main.c

    rcb819f9 r0b5a4131  
    405405                        break;
    406406                default:
    407                         ipc_answer_0(callid, ENOENT);
     407                        if (!(callid & IPC_CALLID_NOTIFICATION))
     408                                ipc_answer_0(callid, ENOENT);
    408409                }
    409410        }
Note: See TracChangeset for help on using the changeset viewer.