Ignore:
Timestamp:
06/04/08 16:49:44 (5 years ago)
Author:
thomas
Message:

opkg: Consolidate error reporting from opkg_conf_init and ensure return value is

checked in the appropriate places.

opkg: Add a locking mechanism to prevent two instances of opkg being run at the

same time.

File:
1 edited

Legend:

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

    r4441 r4473  
    272272        if (err) 
    273273        { 
     274                opkg_print_error_list (&opkg_conf); 
    274275                return err; 
    275276        } 
     
    486487        if (err) 
    487488        { 
     489                opkg_print_error_list (&opkg_conf); 
    488490                return err; 
    489491        } 
Note: See TracChangeset for help on using the changeset viewer.