瀏覽代碼

gluon-neighbour-info: newlines between responses

Nils Schneider 9 年之前
父節點
當前提交
0222f342af
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      package/gluon-neighbour-info/src/gluon-neighbour-info.c

+ 2 - 0
package/gluon-neighbour-info/src/gluon-neighbour-info.c

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