ctdb: Fix the O3 developer build
authorVolker Lendecke <vl@samba.org>
Thu, 14 Jan 2016 10:20:21 +0000 (11:20 +0100)
committerMartin Schwenke <martins@samba.org>
Thu, 14 Jan 2016 18:37:19 +0000 (19:37 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ipalloc.c

index 9b5579c7c698716b4c471588bba9419214e8a1cf..ae9e8def2d8e160bcdb50e8dbca4d6cdb2ed5c83 100644 (file)
@@ -31,7 +31,7 @@
 /* The calculation part of the IP allocation algorithm. */
 bool ipalloc(struct ipalloc_state *ipalloc_state)
 {
-       bool ret;
+       bool ret = false;
 
        switch (ipalloc_state->algorithm) {
        case IPALLOC_LCP2: