Ignore:
File:
1 edited

Legend:

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

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