ctdb: Fix the O3 developer build
[obnox/samba/samba-obnox.git] / 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: