Forgot to return SW[NORMAL] in case an MSE command actually succeeds :-)
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@484 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -465,6 +465,8 @@ class Security_Environment(object):
|
|||||||
else:
|
else:
|
||||||
raise SwError(SW["ERR_REFNOTUSABLE"])
|
raise SwError(SW["ERR_REFNOTUSABLE"])
|
||||||
|
|
||||||
|
return SW["NORMAL"], ""
|
||||||
|
|
||||||
class Secure_Messaging(object):
|
class Secure_Messaging(object):
|
||||||
|
|
||||||
def __init__(self, MF, SAM, SE=None):
|
def __init__(self, MF, SAM, SE=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user