From: Jim Meyering <[email protected]>
* test/testvotequorum1.c (node_state): Return "const char *".
---
test/testvotequorum1.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/testvotequorum1.c b/test/testvotequorum1.c
index 2e57bb2..b8f0648 100644
--- a/test/testvotequorum1.c
+++ b/test/testvotequorum1.c
@@ -45,7 +45,7 @@
static votequorum_handle_t handle;
-static char *node_state(int state)
+static const char *node_state(int state)
{
switch (state) {
case NODESTATE_JOINING:
--
1.6.2.rc1.285.gc5f54
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais