Ignore:
Timestamp:
Nov 12, 2012, 5:18:59 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.14

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/libcli/cldap/cldap.c

    r414 r734  
    279279        status = map_nt_error_from_unix(in->recv_errno);
    280280nterror:
     281        TALLOC_FREE(in);
    281282        /* in connected mode the first pending search gets the error */
    282283        if (!c->connected) {
     
    289290        tevent_req_nterror(c->searches.list->req, status);
    290291done:
    291         talloc_free(in);
     292        TALLOC_FREE(in);
    292293}
    293294
Note: See TracChangeset for help on using the changeset viewer.