Skip to content

Commit

Permalink
lime-system: firewall module must have a clean() method
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Jul 22, 2014
1 parent f6f27bd commit 9673b15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/lime-system/files/usr/lib/lua/lime/firewall.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ local fs = require("nixio.fs")

firewall = {}

function firewall.clean()
-- nothing to clean
end

function firewall.configure()
local uci = libuci:cursor()

Expand Down

0 comments on commit 9673b15

Please sign in to comment.