From 40e76669c37893fbb2939d9a694f96cdb0c901a8 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 16 Jan 2009 21:24:16 +0000 Subject: Tested by removing expected packages, files, and directories. Fixed resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed --- lib/authenticator.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/authenticator.lua b/lib/authenticator.lua index 941e19f..92f3a10 100644 --- a/lib/authenticator.lua +++ b/lib/authenticator.lua @@ -28,7 +28,7 @@ local availablefields = { local load_database = function(self) if not authstruct then - local authtable = auth.read_field(self, usertable, "") + local authtable = auth.read_field(self, usertable, "") or {} authstruct = {} for i,value in ipairs(authtable) do if value.id ~= "" then -- cgit v1.2.3