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:
parent
0db47112bb
commit
e6f8568541
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user