From: Volker Lendecke Date: Wed, 21 Oct 2020 10:59:29 +0000 (+0200) Subject: smbd: Align two integer types X-Git-Tag: talloc-2.3.2~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40cec27636bb283ebc256d10de5a20e561984f7d;p=thirdparty%2Fsamba.git smbd: Align two integer types Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/notify_inotify.c b/source3/smbd/notify_inotify.c index 74855a9f6f9..81fafc218dd 100644 --- a/source3/smbd/notify_inotify.c +++ b/source3/smbd/notify_inotify.c @@ -76,7 +76,7 @@ static const struct { static uint32_t inotify_map(uint32_t *filter) { - int i; + size_t i; uint32_t out=0; for (i=0;i