Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/il/il_skel.c

    r79ae36dd rffa2c8ef  
    4242#include <net/modules.h>
    4343
    44 // FIXME: remove this header
    45 #include <kernel/ipc/ipc_methods.h>
    46 
    4744/** Default thread for new connections.
    4845 *
     
    7875                 * result.
    7976                 */
    80                 if ((!IPC_GET_IMETHOD(call)) || (res == EHANGUP))
     77                if ((IPC_GET_IMETHOD(call) == IPC_M_PHONE_HUNGUP) ||
     78                    (res == EHANGUP))
    8179                        return;
    8280               
Note: See TracChangeset for help on using the changeset viewer.