Ignore:
Timestamp:
Nov 12, 2012, 4:35:55 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.12

File:
1 edited

Legend:

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

    r480 r732  
    381381        struct asn1_data *asn1 = asn1_init(mem_ctx);
    382382
     383        if (asn1 == NULL) {
     384                return false;
     385        }
     386
    383387        /* Write mechTypes */
    384388        if (mech_types && *mech_types) {
Note: See TracChangeset for help on using the changeset viewer.