mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
forgot to pass correct inherited service type
- caused problems with distrib service information dispersal git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3023 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6dd4e0e617
commit
c957fb7988
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ p3GroupDistrib::p3GroupDistrib(uint16_t subtype,
|
||||||
|
|
||||||
:CacheSource(subtype, true, cs, sourcedir),
|
:CacheSource(subtype, true, cs, sourcedir),
|
||||||
CacheStore(subtype, true, cs, cft, storedir),
|
CacheStore(subtype, true, cs, cft, storedir),
|
||||||
p3Config(configId), p3Service(RS_SERVICE_TYPE_DISTRIB),
|
p3Config(configId), p3Service(subtype),
|
||||||
mStorePeriod(storePeriod),
|
mStorePeriod(storePeriod),
|
||||||
mPubPeriod(pubPeriod),
|
mPubPeriod(pubPeriod),
|
||||||
mLastPublishTime(0),
|
mLastPublishTime(0),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue