Ignore:
Timestamp:
2008-05-20T11:40:38+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Replacing almost all "gdbmhome" with "dbhome".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/recpt/authenaction.cpp

    r15433 r15589  
    131131
    132132bool authenaction::init (ostream &logout) {
    133   if (gdbmhome.empty()) {
    134     logout << "ERROR (authenaction::init) gdbmhome is not set\n";
     133  if (dbhome.empty()) {
     134    logout << "ERROR (authenaction::init) dbhome is not set\n";
    135135    return false;
    136136  }
Note: See TracChangeset for help on using the changeset viewer.