ctdb-daemon: Attempt to silence CID 1357985 (Unchecked return value)
commitb1d83fb3e88acfdfe00f06e950185ed03fee624f
authorMartin Schwenke <martin@meltin.net>
Wed, 29 May 2019 09:05:49 +0000 (29 19:05 +1000)
committerAmitay Isaacs <amitay@samba.org>
Wed, 5 Jun 2019 10:25:50 +0000 (5 10:25 +0000)
tree4838d7a6b0e78de8bbaf6b9e0e40265df2fc541e
parentaa602a8cc590dd416764d21147545bb411e47e35
ctdb-daemon: Attempt to silence CID 1357985 (Unchecked return value)

Yes, the other callers check the return value of ctdb_lockdb_mark().
However, this is called in a void function and ctdb_lockdb_mark() has
already printed any error message.  All we can do is explicitly ignore
the return value.

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