vfs_virusfilter: Fix CID 1428740 Macro compares unsigned to 0
authorVolker Lendecke <vl@samba.org>
Tue, 30 Jan 2018 11:36:14 +0000 (12:36 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 20 Apr 2018 09:56:23 +0000 (11:56 +0200)
commit932bdb2052d21b70ecb6e473a7174c9cb3acad21
tree1749a53cf1620bd0b19346f9ad20cc1d11910331
parentc703cfb4c1cbeae9827594f59a2e02f78eafd101
vfs_virusfilter: Fix CID 1428740 Macro compares unsigned to 0

vsnprintf returns "int" and not "size_t"

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13343

(cherry picked from commit 734404bbe911fd4aa6565b2a2aaecab4fbbf3c45)
source3/modules/vfs_virusfilter_utils.c