]> source.dussan.org Git - rspamd.git/commit
[Minor] Don't double-escape lua strings in libucl 2240/head
authorPaul Arthur <paul.arthur@flowerysong.com>
Thu, 10 May 2018 16:05:38 +0000 (16:05 +0000)
committerPaul Arthur <paul.arthur@flowerysong.com>
Thu, 10 May 2018 16:46:53 +0000 (16:46 +0000)
commiteea6b5ea92584c588e5b65fce86aaf9f1441eb38
treefd668fde128c4c2f0c7238da99950c83e29e28a5
parentdcfbf5ea8cc522126d868632e392886cf990cc0b
[Minor] Don't double-escape lua strings in libucl

Strings are escaped during JSON/UCL output, so escaping them while
building the object results in doubly escaped strings.
contrib/libucl/lua_ucl.c