summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2010-11-23 23:51:50 +0000
committerTom Yu <tlyu@mit.edu>2010-11-23 23:51:50 +0000
commite9dd6e21afc9af2237e9ae5590ad5a67e52fb24e (patch)
treef7113a04741192c6eba6155067eaaadc45923496 /src/include
parent3af1aaae7a1b9da72c80a5478cfd384d41ef59a6 (diff)
downloadkrb5-e9dd6e21afc9af2237e9ae5590ad5a67e52fb24e.tar.gz
krb5-e9dd6e21afc9af2237e9ae5590ad5a67e52fb24e.tar.xz
krb5-e9dd6e21afc9af2237e9ae5590ad5a67e52fb24e.zip
Update krb5_gic_opt_private and related code to reflect the change of
krb5_expire_callback_func from a function typedef to a function pointer typedef. This was causing segfaults. ticket: 6825 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24532 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 446c1fa740..a0d7c17285 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -1150,7 +1150,7 @@ typedef struct _krb5_gic_opt_private {
char * fast_ccache_name;
krb5_ccache out_ccache;
krb5_flags fast_flags;
- krb5_expire_callback_func *expire_cb;
+ krb5_expire_callback_func expire_cb;
void *expire_data;
} krb5_gic_opt_private;