mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 01:51:04 +01:00 
			
		
		
		
	order path
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
		
							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)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user