s3/libsmb: clang: Fix: The right operand of '<' is a garbage value
commit2abe785264b105fc3a5b2ce6bd3df7d24fbdf360
authorNoel Power <noel.power@suse.com>
Thu, 8 Aug 2019 14:15:11 +0000 (8 15:15 +0100)
committerGary Lockyer <gary@samba.org>
Wed, 28 Aug 2019 01:47:40 +0000 (28 01:47 +0000)
tree6de426ed3294ba082b9e0c7a2f5d9e0ef7576fbc
parent52d20087f620704549f5a5cdcbec79cb08a36290
s3/libsmb: clang: Fix: The right operand of '<' is a garbage value

Fixes:

source3/libsmb/namequery.c:977:12: warning: The right operand of '<' is a garbage value <--[clang]
        for (i=0;i<count;i++) {
                  ^~~~~~

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