Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/clip/clip.c

    rcb819f9 red903174  
    172172                        break;
    173173                default:
    174                         ipc_answer_0(callid, ENOENT);
     174                        if (!(callid & IPC_CALLID_NOTIFICATION))
     175                                ipc_answer_0(callid, ENOENT);
    175176                }
    176177        }
Note: See TracChangeset for help on using the changeset viewer.