CTDB - Infinite loop in ctdbCloseAll when ctdbCloseTable failed with network error
If ctdbCloseAll() was called and ctdbCloseTable() failed with a network error before calling _ctdbListDeleteEx(), ctdbCloseAll() could get into an infinite loop. The logic has been modified to correct this.