1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

srv_winreg: Align integer types

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2021-03-27 16:42:29 +01:00 committed by Jeremy Allison
parent 6a6676488e
commit 206c99f6e5

View File

@ -1017,7 +1017,7 @@ WERROR _winreg_QueryMultipleValues2(struct pipes_struct *p,
const char **names = NULL;
uint32_t offset = 0, num_vals = 0;
DATA_BLOB result = data_blob_null;
int i = 0;
uint32_t i = 0;
WERROR err = WERR_OK;
if (!regkey) {