summaryrefslogtreecommitdiff
path: root/auth-chall.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-chall.c')
-rw-r--r--auth-chall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-chall.c b/auth-chall.c
index dd55d6eb0..a9d314dd2 100644
--- a/auth-chall.c
+++ b/auth-chall.c
@@ -84,7 +84,7 @@ verify_response(Authctxt *authctxt, const char *response)
84 if ((device->query(authctxt->kbdintctxt, &name, &info, 84 if ((device->query(authctxt->kbdintctxt, &name, &info,
85 &numprompts, &prompts, &echo_on)) != 0) 85 &numprompts, &prompts, &echo_on)) != 0)
86 break; 86 break;
87 if (numprompts == 0 && 87 if (numprompts == 0 &&
88 device->respond(authctxt->kbdintctxt, 0, resp) == 0) 88 device->respond(authctxt->kbdintctxt, 0, resp) == 0)
89 authenticated = 1; 89 authenticated = 1;
90 90