diff options
author | kali <kali@leap.se> | 2013-06-17 05:37:04 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-06-17 05:37:04 +0900 |
commit | 0f43f3db34dd0262e298dd4431b1e971c77dfbdd (patch) | |
tree | 7e3edc9dc6a8c4628f8dfdb6ffd38e882d19cf7a /src/leap/gui/mainwindow.py | |
parent | 332f4fe1338b72eaa7bc2a2878ce30129004319e (diff) |
Remove temporal folder during shutdown
Closes: #2891
This is the temporal folder that is used under osx and linux for
the unix socket to connect to the management interface.
Diffstat (limited to 'src/leap/gui/mainwindow.py')
-rw-r--r-- | src/leap/gui/mainwindow.py | 2 |
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): """ |