|
Lines 304-309
Link Here
|
| 304 |
snprintf(method, len, "keyboard-interactive/%s", |
304 |
snprintf(method, len, "keyboard-interactive/%s", |
| 305 |
kbdintctxt->device->name); |
305 |
kbdintctxt->device->name); |
| 306 |
|
306 |
|
|
|
307 |
userauth_finish(authctxt, authenticated, method); |
| 307 |
if (!authctxt->postponed) { |
308 |
if (!authctxt->postponed) { |
| 308 |
if (authenticated) { |
309 |
if (authenticated) { |
| 309 |
auth2_challenge_stop(authctxt); |
310 |
auth2_challenge_stop(authctxt); |
|
Lines 313-319
Link Here
|
| 313 |
auth2_challenge_start(authctxt); |
314 |
auth2_challenge_start(authctxt); |
| 314 |
} |
315 |
} |
| 315 |
} |
316 |
} |
| 316 |
userauth_finish(authctxt, authenticated, method); |
|
|
| 317 |
xfree(method); |
317 |
xfree(method); |
| 318 |
} |
318 |
} |
| 319 |
|
319 |
|