mirror of
https://github.com/samba-team/samba.git
synced 2025-11-11 00:23:51 +03:00
r889: convert samba4 to use [u]int16_t instead of [u]int16
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f3b1d3bdc7
commit
af6f1f8a01
@@ -191,7 +191,7 @@ static void get_credentials_file(const char *file, struct user_auth_info *info)
|
||||
{
|
||||
XFILE *auth;
|
||||
fstring buf;
|
||||
uint16 len = 0;
|
||||
uint16_t len = 0;
|
||||
char *ptr, *val, *param;
|
||||
|
||||
if ((auth=x_fopen(file, O_RDONLY, 0)) == NULL)
|
||||
|
||||
Reference in New Issue
Block a user