#ifdef's was confusing.)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10939
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Sep 25 22:32:16 1998 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * ccdefname.c: We shouldn't try to use the CCache API on Unix
+ systems. (The maze of #ifdef's was confusing.)
+
Tue Sep 1 15:44:11 1998 Theodore Y. Ts'o <tytso@mit.edu>
* ccdefname.c (krb5_cc_default_name): Changed the PC version to
#endif
}
#else
- sprintf(name_buf, "API:default_cache_name");
- //sprintf(name_buf, "FILE:/tmp/krb5cc_%d", getuid());
+ /* Default for Unix systems */
+ sprintf(name_buf, "FILE:/tmp/krb5cc_%d", getuid());
#endif
#endif
name = name_buf;