mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
libwbclient: Fix two signed/unsigned hickups
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
e83f3891b2
commit
87c4432562
@ -727,7 +727,7 @@ wbcErr wbcCtxLogoffUserEx(struct wbcContext *ctx,
|
||||
struct winbindd_request request;
|
||||
struct winbindd_response response;
|
||||
wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
/* validate input */
|
||||
|
||||
@ -1269,7 +1269,7 @@ wbcErr wbcCtxCredentialCache(struct wbcContext *ctx,
|
||||
struct winbindd_response response;
|
||||
struct wbcNamedBlob *initial_blob = NULL;
|
||||
struct wbcNamedBlob *challenge_blob = NULL;
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
ZERO_STRUCT(request);
|
||||
ZERO_STRUCT(response);
|
||||
|
Loading…
Reference in New Issue
Block a user