mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-23 00:56:20 +00:00
Fix some Hostinfo value usages from the previous commit.
This commit is contained in:
@@ -945,7 +945,7 @@ func (s *server) newClient(t *testing.T, name string) *client {
|
||||
t.Helper()
|
||||
t.Logf(name+": "+fmt, args...)
|
||||
},
|
||||
Hostinfo: &hi,
|
||||
Hostinfo: hi,
|
||||
NewDecompressor: func() (Decompressor, error) {
|
||||
return zstd.NewReader(nil)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user