From de2694e907a97dfb6a017509d2589c186dc56e72 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 30 Apr 2008 20:36:02 +0000 Subject: Modified cfe, removing option, errtxt, and name, and adding label - This may break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed --- syslog-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syslog-model.lua') diff --git a/syslog-model.lua b/syslog-model.lua index 262bb17..0709883 100644 --- a/syslog-model.lua +++ b/syslog-model.lua @@ -171,7 +171,7 @@ function getconfig() -- Sum all errors into one cfe local sumerrors = "" for k,v in pairs(config) do - if (config[k]["errtxt"] ~= "") then + if (config[k]["errtxt"]) then sumerrors = sumerrors .. config[k]["errtxt"] .. "\n" end end -- cgit v1.2.3