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:
parent
ddbca6e832
commit
0a41941189
@ -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) { \
|
||||
|
Loading…
Reference in New Issue
Block a user