]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Align integer types
authorVolker Lendecke <vl@samba.org>
Wed, 14 Aug 2019 19:39:50 +0000 (21:39 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 19 Aug 2019 23:14:38 +0000 (23:14 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
source3/smbd/close.c

index 04c19cf32c0dd949fc2d7065d3cdea8bfc43205f..b3fda4d9521126c7245a315c0feb41fb41d8f650 100644 (file)
@@ -166,7 +166,7 @@ NTSTATUS delete_all_streams(connection_struct *conn,
                        const struct smb_filename *smb_fname)
 {
        struct stream_struct *stream_info = NULL;
-       int i;
+       unsigned int i;
        unsigned int num_streams = 0;
        TALLOC_CTX *frame = talloc_stackframe();
        NTSTATUS status;