Changeset 16321
- Timestamp:
- 2008-07-09T21:32:22+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/src/recpt/configaction.cpp
r15408 r16321 115 115 if ((*rprotolist_here).p->get_protocol_name(err) == "nullproto") { 116 116 // create collection server and add it to nullproto 117 (*rprotolist_here).p->add_collection(collection, recpt, gsdlhome, gsdlhome);117 (*rprotolist_here).p->add_collection(collection, recpt, gsdlhome, collecthome, gsdlhome); 118 118 // re-initialize the null protocol 119 119 if (!(*rprotolist_here).p->init(err, logout)) {
Note:
See TracChangeset
for help on using the changeset viewer.