Changeset 988 for vendor/current/libcli/util/tstream.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libcli/util/tstream.c
r860 r988 107 107 TALLOC_FREE(subreq); 108 108 if (ret == -1) { 109 status = map_nt_error_from_unix (sys_errno);109 status = map_nt_error_from_unix_common(sys_errno); 110 110 tevent_req_nterror(req, status); 111 111 return;
Note:
See TracChangeset
for help on using the changeset viewer.