mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-07 04:42:52 -05:00
committed by
Kristoffer Dalby
parent
ca4a48afbb
commit
14f8c1ba34
@@ -409,7 +409,7 @@ func (m *Mapper) marshalMapResponse(
|
|||||||
|
|
||||||
mapResponsePath := path.Join(
|
mapResponsePath := path.Join(
|
||||||
mPath,
|
mPath,
|
||||||
fmt.Sprintf("%d-%s-%d.json", atomic.LoadUint64(&m.seq), m.uid, now),
|
fmt.Sprintf("%d-%s-%d.json", now, m.uid, atomic.LoadUint64(&m.seq)),
|
||||||
)
|
)
|
||||||
|
|
||||||
log.Trace().Msgf("Writing MapResponse to %s", mapResponsePath)
|
log.Trace().Msgf("Writing MapResponse to %s", mapResponsePath)
|
||||||
|
|||||||
Reference in New Issue
Block a user