ctdb-ipalloc: Fix warning about unused value assigned to srcimbl
commit2db0e71d3bef334dbb0a73f7118bf92af1cf0890
authorMartin Schwenke <martin@meltin.net>
Thu, 30 May 2019 05:41:42 +0000 (30 15:41 +1000)
committerAmitay Isaacs <amitay@samba.org>
Wed, 5 Jun 2019 10:25:50 +0000 (5 10:25 +0000)
tree523a856e3204b26a1047ea915c5b0218653e8c1a
parent7df15b246abb9ea2f606f5739a02cfec51f6d9cb
ctdb-ipalloc: Fix warning about unused value assigned to srcimbl

To make this much clearer, move the declaration into the scope where
it is used.

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