fixed: the way AppDb works (pg_conn and Connect method)
git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@482 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -34,6 +34,7 @@ void RequestController::Close()
|
||||
|
||||
|
||||
|
||||
|
||||
bool RequestController::Init()
|
||||
{
|
||||
const char * sock = data.fcgi_socket.c_str();
|
||||
@@ -95,7 +96,6 @@ bool RequestController::Init()
|
||||
dup2(s, 0);
|
||||
|
||||
//
|
||||
|
||||
data.dirs.ReadDirs();
|
||||
data.users.ReadUsers();
|
||||
data.groups.ReadGroups();
|
||||
|
Reference in New Issue
Block a user