[LEDE-DEV] [PATCH] umdns: Remove incorrect comma in http service json config

Philipp Meier philipp.meier at neratec.com
Tue Sep 26 01:55:46 PDT 2017


Remove trailing comma in http service json configuration file

Signed-off-by: Philipp Meier <philipp.meier at neratec.com>
---
json/http.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/json/http.json b/json/http.json
index cf60532..2a7b50a 100644
--- a/json/http.json
+++ b/json/http.json
@@ -1,3 +1,3 @@
{
-        "http_80": { "service": "_http._tcp.local", "port": 80, "txt": 
[ "foo=bar"] },
+        "http_80": { "service": "_http._tcp.local", "port": 80, "txt": 
[ "foo=bar"] }
}
--
2.7.4




More information about the Lede-dev mailing list