1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-13 05:31:08 +08:00
This commit is contained in:
fumiama
2021-12-31 13:04:36 +08:00
parent 667c2b60d7
commit c4ad4c241c

View File

@@ -92,6 +92,8 @@ func (nc *NIC) Start(m *link.Me) {
} else { } else {
off = copy(buf2, rem) off = copy(buf2, rem)
} }
} else {
off = 0
} }
} }
} }