Ignore:
Timestamp:
2001-03-20T21:48:12+12:00 (23 years ago)
Author:
sjboddie
Message:

Fixed a bug that was causing the local library server to attempt to write
files to gsdlhome (i.e. the cd-rom drive if served from a cd) under certain
circumstances.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/filter.cpp

    r1285 r2212  
    4646    else if (key == "collectdir") collectdir = value;
    4747    else if (key == "gsdlhome") gsdlhome = value;
     48    else if (key == "gdbmhome") gdbmhome = value;
    4849    else if ((key == "filteroptdefault") && (cfgline.size() == 2)) {
    4950      // see if this filter has an option with this name
     
    6970  }
    7071
     72  if (gdbmhome.empty()) gdbmhome = gsdlhome;
     73 
    7174  // get the collection directory name
    7275  if (collectdir.empty()) {
Note: See TracChangeset for help on using the changeset viewer.