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

Samba Server 3.5: update branche to 3.5.16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/libsmb/clispnego.c

    r590 r736  
    162162                const char *oid_str = NULL;
    163163                asn1_read_OID(data,talloc_autofree_context(),&oid_str);
     164                if (data->has_error) {
     165                        break;
     166                }
    164167                OIDs[i] = CONST_DISCARD(char *, oid_str);
    165168        }
Note: See TracChangeset for help on using the changeset viewer.