Skip to content

Commit b31b269

Browse files
pam: reset block input
Needed when blocking happens within a pam module e.g. pam_fprintd.so.
1 parent 8bac7da commit b31b269

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/auth/Pam.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,5 @@ void CPam::resetConversation() {
186186
m_sConversationState.waitingForPamAuth = false;
187187
m_sConversationState.inputRequested = false;
188188
m_sConversationState.failTextFromPam = false;
189+
m_bBlockInput = false;
189190
}

0 commit comments

Comments
 (0)