Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 163748
Collapse All | Expand All

(-)src/gs-auth-pam.c.orig (-1 / +1 lines)
Lines 204-210 pam_conversation (int Link Here
204
                        if (res) {
204
                        if (res) {
205
                                reply [replies].resp_retcode = PAM_SUCCESS;
205
                                reply [replies].resp_retcode = PAM_SUCCESS;
206
                        } else {
206
                        } else {
207
                                reply [replies].resp_retcode = PAM_INCOMPLETE;
207
                                reply [replies].resp_retcode = PAM_TRY_AGAIN;
208
                        }
208
                        }
209
                }
209
                }
210
        }
210
        }

Return to bug 163748