diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2014-03-31 19:41:03 +0300 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2014-03-31 19:41:03 +0300 |
commit | a98b6ae740e18095fc2f19d81f3021ac587b6415 (patch) | |
tree | ec9f212fe3a5e6832c69d0e0e8ca28f89026591d /awall-cli | |
parent | e958336d6ca387cbd0dfdbe193b2d39f28d435af (diff) | |
download | awall-a98b6ae740e18095fc2f19d81f3021ac587b6415.tar.bz2 awall-a98b6ae740e18095fc2f19d81f3021ac587b6415.tar.xz |
switch to cjson module
Diffstat (limited to 'awall-cli')
-rwxr-xr-x | awall-cli | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ if not call( local iptables = require('awall.iptables') if mode == 'dump' then - local json = require('json') + local json = require('cjson') expinput = input:expand() function capitalize(cls) |