fixup! Reply with an ERR to SCD SERIALNO openpgp ASSUAN command
This commit is contained in:
@@ -119,7 +119,6 @@ class Handler(object):
|
||||
"""No support for smart-card device protocol."""
|
||||
reply = {
|
||||
(b'GETINFO', b'version'): self.version,
|
||||
(b'SERIALNO', b'openpgp'): 'ERR 32848 GPG_ERR_UNKNOWN'
|
||||
}.get(args)
|
||||
if reply is None:
|
||||
raise AgentError(b'ERR 100696144 No such device <SCD>')
|
||||
|
||||
Reference in New Issue
Block a user