Changeset 732 for branches/samba-3.5.x/libcli/auth
- Timestamp:
 - Nov 12, 2012, 4:35:55 PM (13 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/samba-3.5.x/libcli/auth/spnego_parse.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/samba-3.5.x/libcli/auth/spnego_parse.c
r480 r732 381 381 struct asn1_data *asn1 = asn1_init(mem_ctx); 382 382 383 if (asn1 == NULL) { 384 return false; 385 } 386 383 387 /* Write mechTypes */ 384 388 if (mech_types && *mech_types) {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  