summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/file/fcc_getnam.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/ccache/file/fcc_getnam.c')
-rw-r--r--src/lib/krb5/ccache/file/fcc_getnam.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/file/fcc_getnam.c b/src/lib/krb5/ccache/file/fcc_getnam.c
index 76faf8825a..f3357f1012 100644
--- a/src/lib/krb5/ccache/file/fcc_getnam.c
+++ b/src/lib/krb5/ccache/file/fcc_getnam.c
@@ -36,7 +36,8 @@
* The name of the file cred cache id.
*/
char *
-krb5_fcc_get_name (id)
+krb5_fcc_get_name (context, id)
+ krb5_context context;
krb5_ccache id;
{
return (char *) ((krb5_fcc_data *) id->data)->filename;