Actually commit and use new random UR ID

This commit is contained in:
Jakob Borg 2014-12-07 15:49:11 +01:00
parent c6688d8f89
commit 1392cfc72d

View File

@ -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() {