Changeset 989 for vendor/current/libcli/cldap/cldap.c
- Timestamp:
- Nov 25, 2016, 8:04:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libcli/cldap/cldap.c
r988 r989 586 586 talloc_set_destructor(state, cldap_search_state_destructor); 587 587 588 if (state->caller.cldap == NULL) { 589 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER); 590 goto post; 591 } 592 588 593 if (io->in.dest_address) { 589 594 if (cldap->connected) {
Note:
See TracChangeset
for help on using the changeset viewer.