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:
2009-01-27 18:43:44 +00:00
parent 406cb4a619
commit a48766871d
4 changed files with 37 additions and 36 deletions

View File

@@ -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();