Changeset 734 for branches/samba-3.5.x/libcli/cldap/cldap.c
- Timestamp:
- Nov 12, 2012, 5:18:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/libcli/cldap/cldap.c
r414 r734 279 279 status = map_nt_error_from_unix(in->recv_errno); 280 280 nterror: 281 TALLOC_FREE(in); 281 282 /* in connected mode the first pending search gets the error */ 282 283 if (!c->connected) { … … 289 290 tevent_req_nterror(c->searches.list->req, status); 290 291 done: 291 talloc_free(in);292 TALLOC_FREE(in); 292 293 } 293 294
Note:
See TracChangeset
for help on using the changeset viewer.