Fix some Hostinfo value usages from the previous commit.

This commit is contained in:
Brad Fitzpatrick
2020-02-25 11:01:20 -08:00
parent d8de11a01b
commit 758744a4e3
3 changed files with 9 additions and 4 deletions

View File

@@ -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)
},