s3:smbd: Fix size types in reply_negprot()
authorAndreas Schneider <asn@samba.org>
Thu, 22 Mar 2018 10:49:18 +0000 (11:49 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 3 Apr 2018 18:20:10 +0000 (20:20 +0200)
commit06940155f315529c5b523f8bacdaf60036254bdc
treea75d45972ae7ecf38cbb116695ef8d3ff0602a74
parentabc9c56021db877a23f934805df0589d7a1b99f4
s3:smbd: Fix size types in reply_negprot()

This fixes compilation with -Wstrict-overflow=2.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/negprot.c