Repositories
/
olsrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4affb1f
)
txtinfo: send everything on an unknown option
author
Ferry Huberts
<ferry.huberts@pelagic.nl>
Thu, 26 Nov 2015 17:41:01 +0000
(18:41 +0100)
committer
Ferry Huberts
<ferry.huberts@pelagic.nl>
Fri, 27 Nov 2015 09:17:21 +0000
(10:17 +0100)
Instead of all runtime information
Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
lib/txtinfo/src/olsrd_txtinfo.c
patch
|
blob
|
history
diff --git
a/lib/txtinfo/src/olsrd_txtinfo.c
b/lib/txtinfo/src/olsrd_txtinfo.c
index
ccd0f6b
..
d684c78
100644
(file)
--- 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)
}
if (!send_what)
- send_what = SIW_
RUNTIME_
ALL;
+ send_what = SIW_ALL;
}
send_info(send_what, ipc_connection);
}
send_info(send_what, ipc_connection);