Changeset 140 for branches/samba-3.0/source/libads
- Timestamp:
- Jul 11, 2008, 1:13:42 AM (17 years ago)
- Location:
- branches/samba-3.0/source/libads
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/libads/dns.c
r134 r140 689 689 690 690 if (!gencache_init()) { 691 return False;691 return NULL; 692 692 } 693 693 -
branches/samba-3.0/source/libads/kerberos.c
r124 r140 512 512 SAFE_FREE(unparsed_name); 513 513 514 if (princ) { 515 krb5_free_principal(context, princ); 516 } 517 514 518 if (context) { 515 519 krb5_free_context(context);
Note:
See TracChangeset
for help on using the changeset viewer.