mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
libcli: Align an integer type
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
This commit is contained in:
parent
391962e262
commit
d6ec1f42c6
@ -503,7 +503,7 @@ static ssize_t pull_end_padding(uint8_t *data, size_t length)
|
||||
*
|
||||
* zero is also called CONDITIONAL_ACE_TOKEN_INVALID_OR_PADDING.
|
||||
*/
|
||||
ssize_t i;
|
||||
size_t i;
|
||||
if (length > 2) {
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user