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
252 B

  1. --- a/src/olsrd.c
  2. +++ b/src/olsrd.c
  3. @@ -585,7 +585,7 @@ static int olsrd_read(void) /* {{{ */
  4. if (fh == NULL)
  5. return -1;
  6. - fputs("\r\n", fh);
  7. + fputs("/all \r\n", fh);
  8. fflush(fh);
  9. while (fgets(buffer, sizeof(buffer), fh) != NULL) {