Changes in uspace/lib/net/nil/nil_skel.c [79ae36dd:ffa2c8ef] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/nil/nil_skel.c
r79ae36dd rffa2c8ef 42 42 #include <net/modules.h> 43 43 44 // FIXME: remove this header45 #include <kernel/ipc/ipc_methods.h>46 47 44 /** Default thread for new connections. 48 45 * … … 78 75 * result. 79 76 */ 80 if ((!IPC_GET_IMETHOD(call)) || (res == EHANGUP)) 77 if ((IPC_GET_IMETHOD(call) == IPC_M_PHONE_HUNGUP) || 78 (res == EHANGUP)) 81 79 return; 82 80
Note:
See TracChangeset
for help on using the changeset viewer.