Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/ns.c

    rf51b1d3 rd1e18573  
    5454        if (!exch)
    5555                return NULL;
    56        
    5756        async_sess_t *sess =
    5857            async_connect_me_to(mgmt, exch, service, arg2, arg3);
    5958        async_exchange_end(exch);
    60        
     59
    6160        if (!sess)
    6261                return NULL;
     
    7675{
    7776        async_exch_t *exch = async_exchange_begin(session_ns);
    78         if (!exch)
    79                 return NULL;
    8077        async_sess_t *sess =
    8178            async_connect_me_to_blocking(mgmt, exch, service, arg2, arg3);
    8279        async_exchange_end(exch);
    83 
    84         if (!sess)
    85                 return NULL;
    8680       
    8781        /*
Note: See TracChangeset for help on using the changeset viewer.