Changes in uspace/lib/c/generic/ns.c [f51b1d3:d1e18573] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/ns.c
rf51b1d3 rd1e18573 54 54 if (!exch) 55 55 return NULL; 56 57 56 async_sess_t *sess = 58 57 async_connect_me_to(mgmt, exch, service, arg2, arg3); 59 58 async_exchange_end(exch); 60 59 61 60 if (!sess) 62 61 return NULL; … … 76 75 { 77 76 async_exch_t *exch = async_exchange_begin(session_ns); 78 if (!exch)79 return NULL;80 77 async_sess_t *sess = 81 78 async_connect_me_to_blocking(mgmt, exch, service, arg2, arg3); 82 79 async_exchange_end(exch); 83 84 if (!sess)85 return NULL;86 80 87 81 /*
Note:
See TracChangeset
for help on using the changeset viewer.