sendFd() should not called twice

This commit is contained in:
Rurirei
2020-10-01 17:36:07 +08:00
committed by GitHub
parent 3ae0777d7f
commit e2d667e0bb

View File

@@ -164,7 +164,6 @@ class V2RayVpnService : VpnService(), ServiceControl {
// Create a new interface using the builder and save the parameters.
mInterface = builder.establish()
sendFd()
}
private fun sendFd() {