summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7e1ee1b)
raw | patch | inline | side by side (parent: 7e1ee1b)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 22 May 2009 15:36:38 +0000 (17:36 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 22 May 2009 15:36:38 +0000 (17:36 +0200) |
src/olsrd.c | patch | blob | history |
diff --git a/src/olsrd.c b/src/olsrd.c
index 123520a47b288e85fe14b2ce5f69a6ae0159363d..8034dab159f931657e7e8e80341285faf174d38f 100644 (file)
--- a/src/olsrd.c
+++ b/src/olsrd.c
if (fh == NULL)
return (-1);
+ fputs ("\r\n", fh);
+ fflush (fh);
+
while (fgets (buffer, sizeof (buffer), fh) != NULL)
{
buffer_len = strchomp (buffer);