Ignore:
Timestamp:
Aug 2, 2010, 6:40:21 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5: vendor update to 3.5.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/libcli/auth/spnego_parse.c

    r414 r478  
    8989                                   but W2k sends something different... */
    9090                                char *mechListMIC;
    91                                 asn1_push_tag(asn1, ASN1_SEQUENCE(0));
    92                                 asn1_push_tag(asn1, ASN1_CONTEXT(0));
     91                                asn1_start_tag(asn1, ASN1_SEQUENCE(0));
     92                                asn1_start_tag(asn1, ASN1_CONTEXT(0));
    9393                                asn1_read_GeneralString(asn1, mem_ctx, &mechListMIC);
    94                                 asn1_pop_tag(asn1);
    95                                 asn1_pop_tag(asn1);
     94                                asn1_end_tag(asn1);
     95                                asn1_end_tag(asn1);
    9696
    9797                                token->targetPrincipal = mechListMIC;
Note: See TracChangeset for help on using the changeset viewer.