s3/libsmb: clang: Fix 'The left operand of '!=' is a garbage value'
commite06d34e98e1d01d04997c342255595ddf74fb388
authorNoel Power <noel.power@suse.com>
Wed, 14 Aug 2019 10:25:19 +0000 (14 11:25 +0100)
committerGary Lockyer <gary@samba.org>
Tue, 27 Aug 2019 23:04:37 +0000 (27 23:04 +0000)
treedbb58cb8c1bfd627bc365db73f7ef53ce6dca368
parent8190993d99284162bd8699780248bb2edfec2673
s3/libsmb: clang: Fix 'The left operand of '!=' is a garbage value'

Fixes:

source3/libsmb/clifile.c:789:15: warning: The left operand of '!=' is a garbage value <--[clang]
        if (num_data != 100) {
            ~~~~~~~~ ^

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source3/libsmb/clifile.c