ctdb-common: Avoid warning for potentially uninitialised pointers
authorMartin Schwenke <martin@meltin.net>
Thu, 23 May 2019 07:51:46 +0000 (17:51 +1000)
committerAmitay Isaacs <amitay@samba.org>
Wed, 5 Jun 2019 10:25:50 +0000 (10:25 +0000)
commit94e41a8466f024edb6eb069c0c5f8025599cf116
treee08663099712ed8de3850af0fca5d10893a85334
parentcf9199f425ce7f2412f794ebb89bb28f898571c7
ctdb-common: Avoid warning for potentially uninitialised pointers

s_list generates a warning, but initialise them both.

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