]> git.ipfire.org Git - thirdparty/samba.git/commit
lib: Fix a signed/unsigned warning
authorVolker Lendecke <vl@samba.org>
Thu, 12 Mar 2020 12:34:43 +0000 (13:34 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 8 Apr 2020 14:46:39 +0000 (14:46 +0000)
commit3ab9caae3379fcc37df716ef83be593bee0e8a43
tree495f05c731d7110ab592e712ed8faa5038a8403f
parent9918abd73245241b9ff486090b22194119858f50
lib: Fix a signed/unsigned warning

The types are deliberately distinct, but nwritten is >0 or ==-1, so
this should be okay.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/ctdbd_conn.c