Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Commit

Permalink
Fix stability issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Jan 3, 2019
1 parent 518d619 commit 5412aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/src/main/cpp/wide-dhcpv6
Submodule wide-dhcpv6 updated 1 files
+0 −83 dhcp6c_ia.c
Expand Up @@ -108,6 +108,7 @@ class Dhcp6cService : Service() {
synchronized(Dhcp6cDaemon.addressLookup) {
if (Dhcp6cDaemon.addressLookup.remove(ifname) != null) Dhcp6cDaemon.postAddressUpdate()
}
Dhcp6cManager.stopInterface(ifname)
}
}

Expand Down

0 comments on commit 5412aa4

Please sign in to comment.