diff options
author | Simo Sorce <simo@redhat.com> | 2015-03-10 17:14:33 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2015-03-10 17:20:44 -0400 |
commit | 1fc49992c107bd3830921a8198929a936e8b7fb2 (patch) | |
tree | 7598a9b03f99803b5598dda076215982a25ed747 /src/mod_auth_gssapi.h | |
parent | 3effbe272147674cf92c13b387373a60f2cbbacf (diff) | |
download | mod_auth_gssapi-1fc49992c107bd3830921a8198929a936e8b7fb2.tar.gz mod_auth_gssapi-1fc49992c107bd3830921a8198929a936e8b7fb2.tar.xz mod_auth_gssapi-1fc49992c107bd3830921a8198929a936e8b7fb2.zip |
Do not free orig_ccache
It realy is const memory referenced internally by MIT's gssapi.
Freeing it will cause a segfault on the next invocation.
This memory is kept in thread local storage and freed by gssapi itself
as needed.
Fixes #11
Diffstat (limited to 'src/mod_auth_gssapi.h')
0 files changed, 0 insertions, 0 deletions