Changeset 18235 for gsdl/trunk


Ignore:
Timestamp:
2008-12-17T15:58:17+13:00 (15 years ago)
Author:
mdewsnip
Message:

Grrr... another fix for incomplete testing of changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/corba/corbaclient.mpp

    r15471 r18235  
    6565  corbaproto*  cproto_array[argc];
    6666  text_t       gsdlhome;
     67  text_t       collecthome;
    6768  text_t       httpdomain;
    6869  text_t       httpprefix;
     
    7879  // Strictly speaking httpdomain and httpprefix are not needed.
    7980  // Need to modifiy site_cfg_read to eliminate this dependency. // ****
    80   site_cfg_read(gsdlhome, httpdomain, httpprefix);
     81  site_cfg_read(gsdlhome, collecthome, httpdomain, httpprefix);
    8182
    8283  for (int i=1; i<argc; i ++)
Note: See TracChangeset for help on using the changeset viewer.