summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-21 03:33:28 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-21 03:33:28 +0000
commit658c57f03618841cb51cacdc9e7d187ab2d1e31e (patch)
tree5246583d4b0e1c0f46409a95535b30a1b478305c /src
parentfcf6f563164c7349d47bcbfd579464d6542bca52 (diff)
downloadsmartcardauth-658c57f03618841cb51cacdc9e7d187ab2d1e31e.tar.gz
smartcardauth-658c57f03618841cb51cacdc9e7d187ab2d1e31e.zip
Fix ACOS card handling problrm
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/smartcardauth@1254715 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src')
-rw-r--r--src/smartauthmon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smartauthmon.cpp b/src/smartauthmon.cpp
index cb21f21..5fcac03 100644
--- a/src/smartauthmon.cpp
+++ b/src/smartauthmon.cpp
@@ -159,7 +159,7 @@ TQString get_file(TQString prefix, TQString mode) {
systemexec((TQString("echo \"%1\" > %2/query").tqarg(read_binary).tqarg(secure_directory)).ascii());
systemexec((TQString("scriptor %1/query 1> %2/response2").tqarg(secure_directory).tqarg(secure_directory)).ascii());
TQString authokresponse="90 00 : Normal processing";
- TQString response1 = exec((TQString("cat %1/response2 | grep \"%2\")").tqarg(secure_directory).tqarg(authokresponse)).ascii());
+ TQString response1 = exec((TQString("cat %1/response2 | grep \"%2\"").tqarg(secure_directory).tqarg(authokresponse)).ascii());
if (response1 != "") {
systemexec((TQString("cat %1/response2 | tr -d '\n' > %1/response4").tqarg(secure_directory)).ascii());
TQString stringtoreplace="Using T=0 protocol00 B0 00 00 FF> 00 B0 00 00 FF< ";