Changes in / [dfa48b0d:128c78b] in mainline


Ignore:
File:
1 edited

Legend:

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

    rdfa48b0d r128c78b  
    5252{
    5353        async_exch_t *exch = async_exchange_begin(session_ns);
    54         if (!exch)
    55                 return NULL;
    5654        async_sess_t *sess =
    5755            async_connect_me_to(mgmt, exch, service, arg2, arg3);
    5856        async_exchange_end(exch);
    59 
    60         if (!sess)
    61                 return NULL;
    6257       
    6358        /*
Note: See TracChangeset for help on using the changeset viewer.