mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Fix missing return in PollNetMapHandler
This commit is contained in:
		
							parent
							
								
									b02f8dd45d
								
							
						
					
					
						commit
						67d1dd984f
					
				
							
								
								
									
										2
									
								
								poll.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								poll.go
									
									
									
									
									
								
							| @ -74,6 +74,8 @@ func (h *Headscale) PollNetMapHandler(ctx *gin.Context) { | ||||
| 			Str("handler", "PollNetMap"). | ||||
| 			Msgf("Failed to fetch machine from the database with Machine key: %s", machineKey.String()) | ||||
| 		ctx.String(http.StatusInternalServerError, "") | ||||
| 
 | ||||
| 		return | ||||
| 	} | ||||
| 	log.Trace(). | ||||
| 		Str("handler", "PollNetMap"). | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user