Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/udp/assoc.c

    rfeeac0d rc0f3460  
    419419        fibril_mutex_lock(&assoc_list_lock);
    420420       
    421         list_foreach(assoc_list, link, udp_assoc_t, assoc) {
     421        list_foreach(assoc_list, link) {
     422                udp_assoc_t *assoc = list_get_instance(link, udp_assoc_t, link);
    422423                udp_sockpair_t *asp = &assoc->ident;
    423424               
Note: See TracChangeset for help on using the changeset viewer.