Changeset 54dee316 in mainline


Ignore:
Timestamp:
2013-09-10T10:48:48Z (11 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b08d750, c310f9b
Parents:
684177f1 (diff), 24bb363 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge ethip fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/ethip/ethip_nic.c

    r684177f1 r54dee316  
    372372       
    373373        list_foreach(nic->addr_list, link) {
    374                 assert(i < count);
    375                
    376374                ethip_link_addr_t *laddr = list_get_instance(link,
    377375                    ethip_link_addr_t, link);
     
    381379                if (af != AF_INET6)
    382380                        continue;
     381               
     382                assert(i < count);
    383383               
    384384                addr48_t mac;
Note: See TracChangeset for help on using the changeset viewer.