Changeset 988 for vendor/current/libcli/nbt/nameregister.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libcli/nbt/nameregister.c
r740 r988 284 284 285 285 if (!tevent_req_poll(subreq, ev)) { 286 status = map_nt_error_from_unix (errno);286 status = map_nt_error_from_unix_common(errno); 287 287 talloc_free(frame); 288 288 return status; … … 499 499 500 500 if (!tevent_req_poll(subreq, ev)) { 501 status = map_nt_error_from_unix (errno);501 status = map_nt_error_from_unix_common(errno); 502 502 talloc_free(frame); 503 503 return status;
Note:
See TracChangeset
for help on using the changeset viewer.