summaryrefslogtreecommitdiff
path: root/src/leap/gui/mainwindow.py
diff options
context:
space:
mode:
authorchiiph <chiiph@chiiphs-MacBook-Air.local>2013-06-19 12:56:16 -0300
committerchiiph <chiiph@chiiphs-MacBook-Air.local>2013-06-19 12:56:16 -0300
commit86a3fdea70aff978e7f5cf5446a1b7761f2e588a (patch)
tree7e3edc9dc6a8c4628f8dfdb6ffd38e882d19cf7a /src/leap/gui/mainwindow.py
parent625a2d672885f5c86b1908c0b5a147188a82bb5d (diff)
parent0f43f3db34dd0262e298dd4431b1e971c77dfbdd (diff)
Merge remote-tracking branch 'kali/bug/2890-remove-tempdir-on-shutdown' into develop
Diffstat (limited to 'src/leap/gui/mainwindow.py')
-rw-r--r--src/leap/gui/mainwindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/gui/mainwindow.py b/src/leap/gui/mainwindow.py
index 51b96463..9fd543bf 100644
--- a/src/leap/gui/mainwindow.py
+++ b/src/leap/gui/mainwindow.py
@@ -1209,7 +1209,7 @@ class MainWindow(QtGui.QMainWindow):
self._cleanup_pidfiles()
logger.debug('Terminating vpn')
- self._vpn.terminate()
+ self._vpn.terminate(shutdown=True)
def quit(self):
"""