From 8a34b2988db2ad3504ecc1cd2173b2f9cf79e0fd Mon Sep 17 00:00:00 2001 From: Ferry Huberts Date: Thu, 26 Nov 2015 18:41:01 +0100 Subject: [PATCH] txtinfo: send everything on an unknown option Instead of all runtime information 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 ccd0f6b8..d684c78c 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.20.1