Changeset 9


Ignore:
Timestamp:
Aug 17, 2016, 11:16:50 AM (9 years ago)
Author:
Paul Smedley
Message:

Fix path issues

Location:
heimdal/trunk/lib/krb5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • heimdal/trunk/lib/krb5/expand_path.c

    r1 r9  
    286286{
    287287    const char *p = NULL;
    288 
     288#ifndef __OS2__
    289289    if (issuid())
     290#endif
    290291        p = getenv("TEMP");
    291292    if (p)
  • heimdal/trunk/lib/krb5/krb5.h

    r1 r9  
    349349#endif
    350350
    351 #ifdef KRB5_USE_PATH_TOKENS
     351#if defined(KRB5_USE_PATH_TOKENS) || defined(__OS2__)
    352352#define KRB5_DEFAULT_CCFILE_ROOT "%{TEMP}/krb5cc_"
    353353#else
Note: See TracChangeset for help on using the changeset viewer.