summaryrefslogtreecommitdiff
path: root/auth2-chall.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-05-25 17:42:05 +0000
committerColin Watson <cjwatson@debian.org>2005-05-25 17:42:05 +0000
commite34bc77e810b24f55ab83aa9ff8b263cd1540473 (patch)
treeaeb587524eb60e942e370d5535e6b74d9f2489d1 /auth2-chall.c
parenta2ed4436911a3b748416b067ed0e4b33a5c60d38 (diff)
remove detritus from 4.0p1 merge
Diffstat (limited to 'auth2-chall.c')
-rw-r--r--auth2-chall.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/auth2-chall.c b/auth2-chall.c
index 4e2b1e856..384a543ee 100644
--- a/auth2-chall.c
+++ b/auth2-chall.c
@@ -299,8 +299,6 @@ input_userauth_info_response(int type, u_int32_t seq, void *ctxt)
299 packet_check_eom(); 299 packet_check_eom();
300 300
301 res = kbdintctxt->device->respond(kbdintctxt->ctxt, nresp, response); 301 res = kbdintctxt->device->respond(kbdintctxt->ctxt, nresp, response);
302 if (!authctxt->valid)
303 res = 1; /* keep going if login invalid */
304 302
305 for (i = 0; i < nresp; i++) { 303 for (i = 0; i < nresp; i++) {
306 memset(response[i], 'r', strlen(response[i])); 304 memset(response[i], 'r', strlen(response[i]));