[Olsr-dev] [PATCH v1 24/44] txtinfo: send everything on an unknown option

Ferry Huberts (spam-protected)
Fri Nov 27 10:43:17 CET 2015


From: Ferry Huberts <(spam-protected)>

Instead of all runtime information

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 ccd0f6b..d684c78 100644
--- a/lib/txtinfo/src/olsrd_txtinfo.c
+++ b/lib/txtinfo/src/olsrd_txtinfo.c
@@ -372,7 +372,7 @@ static void ipc_action(int fd, void *data __attribute__ ((unused)), unsigned int
     }
 
     if (!send_what)
-      send_what = SIW_RUNTIME_ALL;
+      send_what = SIW_ALL;
   }
 
   send_info(send_what, ipc_connection);
-- 
2.5.0




More information about the Olsr-dev mailing list