On 26/09/17 10:55, Philipp Meier wrote:
Remove trailing comma in http service json configuration file

Signed-off-by: Philipp Meier <philipp.me...@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
Hi Philipp,

your mail client chewed up all tabs and replaced them with spaces on patches that you sent. please resend them using git send-email.

     John
Hi John,

I resent all 3 patches for umdns using git send-email as you requested for the http.json minor fix. I have seen that the subject now misses the "umdns: ...". If this is a problem please tell me.

Philipp

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
Hi John,

would it help you if I resend the patch mails once again with better subject ("umdns: " in front of subject line) and not as series of patch but as 3 single patch mails?

Philipp

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to