Ignore:
Timestamp:
Aug 2, 2010, 8:16:45 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: trunk update to 3.5.4

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/libcli/auth/spnego_parse.c

    r414 r480  
    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.