ctdb-protocol: Variable for return value of strlcpy() should be size_t
authorMartin Schwenke <martin@meltin.net>
Sun, 23 Jun 2019 10:59:34 +0000 (20:59 +1000)
committerAmitay Isaacs <amitay@samba.org>
Fri, 5 Jul 2019 05:03:24 +0000 (05:03 +0000)
commit3f388076203c5d3c77ebb66e10d4c2bd6b7cedc7
tree27464078a9ad4a8cdeee7a2eb519e4edc431f66c
parent248d585ab420ef837001fa9a882101b209bae7d3
ctdb-protocol: Variable for return value of strlcpy() should be size_t

This avoids an unnecessary signed/unsigned comparison issue.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/protocol/protocol_util.c