mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
r15366: Use type name rather then typedef directly - fixes build on tcc
(This used to be commit 76c5f377204ad158b03641258a4645a9d487fee8)
This commit is contained in:
parent
37e94956e0
commit
7ff6afd9cc
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
struct smb_krb5_context {
|
||||
krb5_context krb5_context;
|
||||
struct krb5_context_data *krb5_context;
|
||||
krb5_log_facility *logf;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user