Ignore:
File:
1 edited

Legend:

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

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