Skip to content

Commit

Permalink
Minor thing
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Feb 23, 2021
1 parent 06fb7d4 commit 93c711d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ func (h *Headscale) getMapResponse(mKey wgcfg.Key, req tailcfg.MapRequest, m Mac
PacketFilter: tailcfg.FilterAllowAll,
DERPMap: h.cfg.DerpMap,
UserProfiles: []tailcfg.UserProfile{},
Roles: []tailcfg.Role{}}
Roles: []tailcfg.Role{},
}

var respBody []byte
if req.Compress == "zstd" {
Expand Down

0 comments on commit 93c711d

Please sign in to comment.