Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/il/arp/arp.c

    r79ae36dd r5fe7692  
    845845       
    846846        *count = 0;
    847        
    848         if (!IPC_GET_IMETHOD(*call))
     847        switch (IPC_GET_IMETHOD(*call)) {
     848        case IPC_M_PHONE_HUNGUP:
    849849                return EOK;
    850850       
    851         switch (IPC_GET_IMETHOD(*call)) {
    852851        case NET_ARP_DEVICE:
    853852                rc = measured_strings_receive(&address, &data, 1);
Note: See TracChangeset for help on using the changeset viewer.