Changeset 4861


Ignore:
Timestamp:
12/13/08 14:24:42 (4 years ago)
Author:
tick
Message:

opkg: reinitial node of active_list after clear

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/opkg/libopkg/active_list.c

    r4859 r4861  
    8282            list_head_clear(&next->depend); 
    8383        } 
    84         list_del_init(&next->node); 
    85         next->depended = NULL; 
     84        active_list_init(next); 
    8685    } 
    8786} 
Note: See TracChangeset for help on using the changeset viewer.