mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
56fd1eaa78
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
12 lines
258 B
Diff
12 lines
258 B
Diff
--- a/src/olsrd.c
|
|
+++ b/src/olsrd.c
|
|
@@ -653,7 +653,7 @@ static int olsrd_read (void) /* {{{ */
|
|
if (fh == NULL)
|
|
return (-1);
|
|
|
|
- fputs ("\r\n", fh);
|
|
+ fputs ("/all \r\n", fh);
|
|
fflush (fh);
|
|
|
|
while (fgets (buffer, sizeof (buffer), fh) != NULL)
|