Wtf more debug

This commit is contained in:
Mygod
2019-02-01 21:49:09 +08:00
parent 7248193232
commit 43bb8af522
5 changed files with 9 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ class TetheringService : IpNeighbourMonitoringService() {
val (downstream, value) = iterator.next()
if (value != null) continue
try {
routings[downstream] = Routing(downstream).apply {
routings[downstream] = Routing(this, downstream).apply {
try {
forward()
masquerade(Routing.masquerade)