Ignore:
Timestamp:
2009-06-10T13:11:20+12:00 (15 years ago)
Author:
kjdon
Message:

moved the text for existence of build.cfg out of w32server/cgiwrapper and into colserver/collectset. This was preventing collect groups from being loaded up as they are not built. Now, unbuilt collections will not be loaded up for linux either

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/colservr/collectset.cpp

    r19365 r19788  
    241241
    242242  text_t build_cfg = filename_cat(collecthome, collection, "index", "build.cfg");
     243  if (!file_exists (build_cfg)) {
     244    // don't add in unbuilt collections
     245    return;
     246  }
    243247  char *build_cfgc = build_cfg.getcstr();
    244248  ifstream confin(build_cfgc);
Note: See TracChangeset for help on using the changeset viewer.