mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 05:07:33 +00:00
Fix some Hostinfo value usages from the previous commit.
This commit is contained in:
@@ -52,7 +52,7 @@ func TestClientsReusingKeys(t *testing.T) {
|
||||
t.Helper()
|
||||
t.Logf("c1: "+fmt, args...)
|
||||
},
|
||||
Hostinfo: &hi,
|
||||
Hostinfo: hi,
|
||||
})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
@@ -93,7 +93,7 @@ func TestClientsReusingKeys(t *testing.T) {
|
||||
t.Logf("c2: "+fmt, args...)
|
||||
},
|
||||
Persist: c1.GetPersist(),
|
||||
Hostinfo: &hi,
|
||||
Hostinfo: hi,
|
||||
NewDecompressor: func() (Decompressor, error) {
|
||||
return zstd.NewReader(nil)
|
||||
},
|
||||
@@ -155,7 +155,7 @@ func TestClientsReusingOldKey(t *testing.T) {
|
||||
t.Helper()
|
||||
t.Logf("c1: "+fmt, args...)
|
||||
},
|
||||
Hostinfo: &hi,
|
||||
Hostinfo: hi,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user