소스 검색

Devices added by introducer should have dynamic address (fixes #866)

Jakob Borg 11 년 전
부모
커밋
c55fee69de
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      internal/model/model.go

+ 1 - 0
internal/model/model.go

@@ -561,6 +561,7 @@ func (m *Model) ClusterConfig(deviceID protocol.DeviceID, cm protocol.ClusterCon
 					newDeviceCfg := config.DeviceConfiguration{
 						DeviceID:    id,
 						Compression: true,
+						Addresses:   []string{"dynamic"},
 					}
 
 					// The introducers' introducers are also our introducers.