mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib: Align integer types
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
8f115c616d
commit
b5677c5f89
@ -205,8 +205,7 @@ static inline void samba_trace_keytab_entry(krb5_context context,
|
|||||||
TALLOC_CTX *frame = talloc_stackframe();
|
TALLOC_CTX *frame = talloc_stackframe();
|
||||||
krb5_error_code code;
|
krb5_error_code code;
|
||||||
const uint8_t *ptr = NULL;
|
const uint8_t *ptr = NULL;
|
||||||
unsigned len;
|
unsigned len, i;
|
||||||
int i;
|
|
||||||
|
|
||||||
code = smb_krb5_unparse_name(frame,
|
code = smb_krb5_unparse_name(frame,
|
||||||
context,
|
context,
|
||||||
|
Loading…
Reference in New Issue
Block a user