dd40e5c039
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29435 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)
|