From 498ea58343697ed29e05d5be057cf7a8b90e9a12 Mon Sep 17 00:00:00 2001 From: Ferry Huberts Date: Tue, 1 Dec 2015 14:17:04 +0100 Subject: [PATCH] txtinfo: send the information in the runtime and startup groups for '/all' Signed-off-by: Ferry Huberts --- lib/txtinfo/src/olsrd_txtinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/txtinfo/src/olsrd_txtinfo.c b/lib/txtinfo/src/olsrd_txtinfo.c index 25784977..8adf457d 100644 --- a/lib/txtinfo/src/olsrd_txtinfo.c +++ b/lib/txtinfo/src/olsrd_txtinfo.c @@ -371,7 +371,7 @@ static void ipc_action(int fd, void *data __attribute__ ((unused)), unsigned int if (strstr(requ, "/con")) send_what |= SIW_OLSRD_CONF; else if (strstr(requ, "/all")) - send_what = SIW_RUNTIME_ALL; + send_what = SIW_ALL; /* To print out neighbours only on the Freifunk Status * page the normal output is somewhat lengthy. The * header parsing is sufficient for standard wget. -- 2.20.1