mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
Actually commit and use new random UR ID
This commit is contained in:
parent
c6688d8f89
commit
1392cfc72d
@ -575,6 +575,8 @@ func syncthingMain() {
|
||||
// Previously the ID was generated from the node ID. We now need
|
||||
// to generate a new one.
|
||||
opts.URUniqueID = randomString(6)
|
||||
cfg.SetOptions(opts)
|
||||
cfg.Save()
|
||||
}
|
||||
go usageReportingLoop(m)
|
||||
go func() {
|
||||
|
Loading…
Reference in New Issue
Block a user