Changeset 16321
- Timestamp:
- 2008-07-09 21:32:22 (6 months ago)
- Files:
-
- gsdl/trunk/src/recpt/configaction.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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)) {
