You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
254 B

--- a/src/olsrd.c
+++ b/src/olsrd.c
@@ -585,7 +585,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) {