From 24cc0d7f1566c78107b701a985cba5d5599e46ef Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 19 Jul 2006 19:33:20 +0000 Subject: [PATCH] Remove compile warning from cfgtool commit. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1138 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/totempg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/totempg.c b/exec/totempg.c index 0fd6566c..7d0a69c4 100644 --- a/exec/totempg.c +++ b/exec/totempg.c @@ -1167,7 +1167,7 @@ char *totempg_ifaces_print (unsigned int nodeid) static char iface_string[256 * INTERFACE_MAX]; char one_iface[64]; struct totem_ip_address interfaces[INTERFACE_MAX]; - char *status; + char **status; unsigned int iface_count; unsigned int i; int res;