diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-10-27 05:33:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:19 -0500 |
commit | 1244a97dbe900551b978b63cd07afe6cf4a61c60 (patch) | |
tree | 296c8362dc8630d074dbf8884fd9205a92b1f959 /source4/heimdal/lib/gssapi/gssapi_locl.h | |
parent | e5445967bc2c33b17060b465ac218c2427ceb761 (diff) | |
download | samba-1244a97dbe900551b978b63cd07afe6cf4a61c60.tar.gz samba-1244a97dbe900551b978b63cd07afe6cf4a61c60.tar.bz2 samba-1244a97dbe900551b978b63cd07afe6cf4a61c60.zip |
r11317: An ugly hack to setup the global gssapi_krb5_context early, when we
have easy access to the event context.
This stops Samba dead-locking against itself when the winbindd client
tries to contact the KDC.
Andrew Bartlett
(This used to be commit 57f811115ed768ea1f170dcd71038398bf2ab6e9)
Diffstat (limited to 'source4/heimdal/lib/gssapi/gssapi_locl.h')
-rw-r--r-- | source4/heimdal/lib/gssapi/gssapi_locl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal/lib/gssapi/gssapi_locl.h b/source4/heimdal/lib/gssapi/gssapi_locl.h index a25e2fdcc9..1d22099877 100644 --- a/source4/heimdal/lib/gssapi/gssapi_locl.h +++ b/source4/heimdal/lib/gssapi/gssapi_locl.h @@ -108,6 +108,7 @@ struct gssapi_thr_context { */ krb5_error_code gssapi_krb5_init (void); +krb5_error_code gssapi_krb5_init_ev (void *event_context); #define GSSAPI_KRB5_INIT() do { \ krb5_error_code kret_gss_init; \ |