Skip to content

Commit

Permalink
Bugfix, kill_management_client() should be called before kill_openpyn…
Browse files Browse the repository at this point in the history
…_process()
  • Loading branch information
1951FDG committed Dec 3, 2018
1 parent 193f578 commit 60f907b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openpyn/openpyn.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,10 @@ def kill_all() -> None:
if root_access is False:
root.obtain_root_access()

kill_vpn_processes() # don't touch iptable rules
kill_openpyn_process()
kill_management_client()
kill_vpn_processes()

kill_openpyn_process()


def kill_vpn_processes() -> None:
Expand Down

0 comments on commit 60f907b

Please sign in to comment.