[Pkg-gnupg-commit] [gpgme] 65/412: Cpp: Handle PINENTRY_LAUNCHED status line

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit 3fad1216770f446a89801d842aa8667356a5ec95
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri May 6 13:19:18 2016 +0200

    Cpp: Handle PINENTRY_LAUNCHED status line
    
    * lang/cpp/src/editinteractor.cpp (EditInteractor::needsNoResponse):
    Add GPGME_STATUS_PINENTRY_LAUNCHED.
    
    --
    PINENTRY_LAUNCHED needs no response in any Job. This fixes
    Jobs which errored out on unknown status lines.
---
 lang/cpp/src/editinteractor.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/cpp/src/editinteractor.cpp b/lang/cpp/src/editinteractor.cpp
index edb1ac8..c05ccd6 100644
--- a/lang/cpp/src/editinteractor.cpp
+++ b/lang/cpp/src/editinteractor.cpp
@@ -210,6 +210,7 @@ bool EditInteractor::needsNoResponse(unsigned int status) const
     case GPGME_STATUS_USERID_HINT:
     case GPGME_STATUS_SIGEXPIRED:
     case GPGME_STATUS_KEYEXPIRED:
+    case GPGME_STATUS_PINENTRY_LAUNCHED:
         return true;
     default:
         return false;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list