drop ${time}, its not very useful
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14110 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -216,8 +216,6 @@ _krb5_expand_default_cc_name(krb5_context context, const char *str, char **res)
|
||||
}
|
||||
if (strncasecmp(tmp, "${uid}", 6) == 0)
|
||||
asprintf(&append, "%u", (unsigned)getuid());
|
||||
else if (strncasecmp(tmp, "${time}", 7) == 0)
|
||||
asprintf(&append, "%u", (unsigned)time(NULL));
|
||||
else if (strncasecmp(tmp, "${null}", 7) == 0)
|
||||
append = strdup("");
|
||||
else {
|
||||
|
Reference in New Issue
Block a user