1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r11462: Fix the build: somehow I lost the header for this samba-specific hack.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2005-11-02 02:22:35 +00:00 committed by Gerald (Jerry) Carter
parent ddbca6e832
commit 0a41941189

View File

@ -110,6 +110,8 @@ struct gssapi_thr_context {
krb5_error_code gssapi_krb5_init (void);
krb5_error_code gssapi_krb5_init_ev (void *);
#define GSSAPI_KRB5_INIT() do { \
krb5_error_code kret_gss_init; \
if((kret_gss_init = gssapi_krb5_init ()) != 0) { \