Do not free orig_ccache
authorSimo Sorce <simo@redhat.com>
Tue, 10 Mar 2015 21:14:33 +0000 (17:14 -0400)
committerSimo Sorce <simo@redhat.com>
Tue, 10 Mar 2015 21:20:44 +0000 (17:20 -0400)
commit1fc49992c107bd3830921a8198929a936e8b7fb2
tree7598a9b03f99803b5598dda076215982a25ed747
parent3effbe272147674cf92c13b387373a60f2cbbacf
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
src/mod_auth_gssapi.c