File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ static errno_t sss_destroy_ccache(struct sss_krb5_ccache *cc)
276
276
return ret ;
277
277
}
278
278
279
- errno_t sss_krb5_cc_destroy (const char * ccname )
279
+ static errno_t sss_krb5_cc_destroy (const char * ccname )
280
280
{
281
281
struct sss_krb5_ccache * cc = NULL ;
282
282
TALLOC_CTX * tmp_ctx ;
Original file line number Diff line number Diff line change @@ -37,18 +37,13 @@ struct tgt_times {
37
37
38
38
errno_t sss_krb5_precheck_ccache (const char * ccname , uid_t uid , gid_t gid );
39
39
40
- errno_t sss_krb5_cc_destroy (const char * ccname );
41
-
42
40
errno_t sss_krb5_check_ccache_princ (krb5_context kctx ,
43
41
const char * ccname ,
44
42
krb5_principal user_princ );
45
43
46
44
errno_t sss_krb5_cc_verify_ccache (const char * ccname , const char * realm ,
47
45
const char * principal );
48
46
49
- errno_t get_ccache_file_data (const char * ccache_file , const char * client_name ,
50
- struct tgt_times * tgtt );
51
-
52
47
errno_t safe_remove_old_ccache_file (const char * old_ccache ,
53
48
const char * new_ccache );
54
49
You can’t perform that action at this time.
0 commit comments