summaryrefslogtreecommitdiffstats
path: root/tdm
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-29 19:43:26 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-29 19:43:26 -0500
commit6d028f3b522b5a4f978d52cc5b3c187cf329c3b2 (patch)
tree9e8c239eda85a8d7d2c9067f826a1e199ebf195f /tdm
parentcd13be0789411619698e3d5d8483b85ca1bad7c0 (diff)
downloadtdebase-6d028f3b522b5a4f978d52cc5b3c187cf329c3b2.tar.gz
tdebase-6d028f3b522b5a4f978d52cc5b3c187cf329c3b2.zip
Use DM library in tdmtsak instead of making command line calls
Diffstat (limited to 'tdm')
-rw-r--r--tdm/kfrontend/sakdlg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdm/kfrontend/sakdlg.cc b/tdm/kfrontend/sakdlg.cc
index 3ea8d761d..3758a4719 100644
--- a/tdm/kfrontend/sakdlg.cc
+++ b/tdm/kfrontend/sakdlg.cc
@@ -222,7 +222,7 @@ void SAKDlg::cryptographicCardRemoved(TDECryptographicCardDevice* cdevice) {
SAKDlg::~SAKDlg()
{
if ((mSAKProcess) && (mSAKProcess->isRunning())) {
- mSAKProcess->kill(SIGTERM);
+ mSAKProcess->kill(SIGKILL);
delete mSAKProcess;
}