1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

smbd: Align an integer type

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Volker Lendecke 2024-06-24 16:51:08 +02:00 committed by Ralph Boehme
parent 0db47112bb
commit e6f8568541

View File

@ -480,7 +480,7 @@ void reply_negprot(struct smb_request *req)
int protocol;
const char *p;
int protocols = 0;
int num_cliprotos;
size_t num_cliprotos;
char **cliprotos;
size_t i;
size_t converted_size;