mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 02:44:20 -05: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
@ -57,7 +57,7 @@ p3GroupDistrib::p3GroupDistrib(uint16_t subtype,
|
||||
|
||||
:CacheSource(subtype, true, cs, sourcedir),
|
||||
CacheStore(subtype, true, cs, cft, storedir),
|
||||
p3Config(configId), p3Service(RS_SERVICE_TYPE_DISTRIB),
|
||||
p3Config(configId), p3Service(subtype),
|
||||
mStorePeriod(storePeriod),
|
||||
mPubPeriod(pubPeriod),
|
||||
mLastPublishTime(0),
|
||||
|
Loading…
Reference in New Issue
Block a user