Changeset 7447


Ignore:
Timestamp:
2004-05-26T15:21:06+12:00 (20 years ago)
Author:
mdewsnip
Message:

(Human Info) Removed a new line which prevented initialisation being successful.

File:
1 edited

Legend:

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

    r7418 r7447  
    171171  httpprefix.clear();
    172172
    173   if (gsdlconfigurator.configure("gsdlsite.cfg") &&
    174       !gsdlhome.empty() && !httpdomain.empty() && !httpprefix.empty()) {
     173  if (gsdlconfigurator.configure("gsdlsite.cfg")) {
    175174    return true;
    176175  }
Note: See TracChangeset for help on using the changeset viewer.