|
Lines 1103-1108
Link Here
|
| 1103 |
/* remove hostkey from the child's memory */ |
1103 |
/* remove hostkey from the child's memory */ |
| 1104 |
destroy_sensitive_data(); |
1104 |
destroy_sensitive_data(); |
| 1105 |
|
1105 |
|
|
|
1106 |
/* Make sure stdio is returned to blocking mode */ |
| 1107 |
unset_nonblock(STDIN_FILENO); |
| 1108 |
unset_nonblock(STDOUT_FILENO); |
| 1109 |
unset_nonblock(STDERR_FILENO); |
| 1110 |
|
| 1106 |
/* Force a password change */ |
1111 |
/* Force a password change */ |
| 1107 |
if (s->authctxt->force_pwchange) { |
1112 |
if (s->authctxt->force_pwchange) { |
| 1108 |
do_setusercontext(pw); |
1113 |
do_setusercontext(pw); |