Skip to content
Snippets Groups Projects
Commit 0222f342 authored by Nils Schneider's avatar Nils Schneider
Browse files

gluon-neighbour-info: newlines between responses

parent b969f3e6
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,8 @@ int request(const int sock, const struct sockaddr_in6 *client_addr, const char *
if (sse)
fputs("\n\n", stdout);
else
fputs("\n", stdout);
fflush(stdout);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment