Changeset 9 for heimdal/trunk
- Timestamp:
 - Aug 17, 2016, 11:16:50 AM (9 years ago)
 - Location:
 - heimdal/trunk/lib/krb5
 - Files:
 - 
      
- 2 edited
 
- 
          
  expand_path.c (modified) (1 diff)
 - 
          
  krb5.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
heimdal/trunk/lib/krb5/expand_path.c
r1 r9 286 286 { 287 287 const char *p = NULL; 288 288 #ifndef __OS2__ 289 289 if (issuid()) 290 #endif 290 291 p = getenv("TEMP"); 291 292 if (p)  - 
      
heimdal/trunk/lib/krb5/krb5.h
r1 r9 349 349 #endif 350 350 351 #if def KRB5_USE_PATH_TOKENS351 #if defined(KRB5_USE_PATH_TOKENS) || defined(__OS2__) 352 352 #define KRB5_DEFAULT_CCFILE_ROOT "%{TEMP}/krb5cc_" 353 353 #else  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  