gluon-neighbour-info: newlines between responses

This commit is contained in:
Nils Schneider 2014-09-06 14:10:43 +02:00
parent da924e5a61
commit 396ff9ce49
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}