summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/cmd/krb5/slave/kprop.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr/src/cmd/krb5/slave/kprop.c b/usr/src/cmd/krb5/slave/kprop.c
index af5d00403d..b90b08eaa0 100644
--- a/usr/src/cmd/krb5/slave/kprop.c
+++ b/usr/src/cmd/krb5/slave/kprop.c
@@ -1,10 +1,7 @@
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* slave/kprop.c
*
@@ -275,7 +272,7 @@ void get_tickets(context)
* Initialize cache file which we're going to be using
*/
(void) mktemp(tkstring);
- snprintf(buf, sizeof (buf), gettext("FILE:%s"), tkstring);
+ snprintf(buf, sizeof (buf), "FILE:%s", tkstring);
retval = krb5_cc_resolve(context, buf, &ccache);
if (retval) {