summaryrefslogtreecommitdiffstats
path: root/utils/collectd/patches/400-fix-olsrd-get-all.patch
blob: 1dc6c5894022005ea06440daa7823402d64b15e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/olsrd.c
+++ b/src/olsrd.c
@@ -658,7 +658,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)