[Olsr-dev] [PATCH v1 004/115] txtinfo: send the information in the runtime and startup groups for '/all'

Ferry Huberts (spam-protected)
Wed Dec 2 21:27:37 CET 2015


From: Ferry Huberts <(spam-protected)>

Signed-off-by: Ferry Huberts <(spam-protected)>
---
 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 2578497..8adf457 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.5.0




More information about the Olsr-dev mailing list