Changeset ae004bc in mainline
- Timestamp:
- 2019-11-15T18:45:24Z (5 years ago)
- Children:
- 34e91bf
- Parents:
- 7ffdcbd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async/client.c
r7ffdcbd rae004bc 857 857 if (sess == NULL) { 858 858 ipc_hangup(phone); 859 } 860 sess->iface = iface; 859 }else { 860 sess->iface = iface; 861 } 861 862 862 863 return sess; … … 914 915 if (sess == NULL) { 915 916 ipc_hangup(phone); 916 } 917 sess->iface = iface; 917 }else { 918 sess->iface = iface; 919 } 918 920 919 921 return sess;
Note:
See TracChangeset
for help on using the changeset viewer.