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.
This commit is contained in:
parent
5489532ad6
commit
3fad121677
@ -210,6 +210,7 @@ bool EditInteractor::needsNoResponse(unsigned int status) const
|
|||||||
case GPGME_STATUS_USERID_HINT:
|
case GPGME_STATUS_USERID_HINT:
|
||||||
case GPGME_STATUS_SIGEXPIRED:
|
case GPGME_STATUS_SIGEXPIRED:
|
||||||
case GPGME_STATUS_KEYEXPIRED:
|
case GPGME_STATUS_KEYEXPIRED:
|
||||||
|
case GPGME_STATUS_PINENTRY_LAUNCHED:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user