From a20526cc30d68ca5c4c7951238faafa8969a31c1 Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Fri, 16 Apr 2010 14:29:17 +0100 Subject: Removing compiler warnings. Removed nearly 100 compiler warnings in the various routing daemons which now clean compile. Removed one warning in vty.c, which was obscured by the other warnings. SO... this commit corrects the previous one. --- ripngd/ripng_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ripngd/ripng_interface.c') diff --git a/ripngd/ripng_interface.c b/ripngd/ripng_interface.c index 6718fff2..cd458ef1 100644 --- a/ripngd/ripng_interface.c +++ b/ripngd/ripng_interface.c @@ -590,7 +590,7 @@ ripng_enable_network_add (struct prefix *p) return -1; } else - node->info = (char *) "enabled"; + node->info = ripng_enabled_string.p ; /* XXX: One should find a better solution than a generic one */ ripng_enable_apply_all(); -- cgit v1.2.3