Ignore:
Timestamp:
May 24, 2009, 7:51:24 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/rpc_server/srv_lsa_nt.c

    r206 r223  
    829829                                           &mapped_count);
    830830
     831        if (NT_STATUS_IS_ERR(status)) {
     832                return status;
     833        }
     834
    831835        /* Convert from lsa_TranslatedName2 to lsa_TranslatedName */
    832836        names_out = TALLOC_ARRAY(p->mem_ctx, struct lsa_TranslatedName,
Note: See TracChangeset for help on using the changeset viewer.