fix home-directory extension implementation, it always returned
authordjm <djm@openbsd.org>
Tue, 30 Apr 2024 06:23:51 +0000 (06:23 +0000)
committerdjm <djm@openbsd.org>
Tue, 30 Apr 2024 06:23:51 +0000 (06:23 +0000)
commit6ebf38efb5423ff2f408dd61142b665cf211ac82
treebaf660b21fe66fb175014c78a5e1e305559b73d8
parentf7fc667897e8cb809872c45435d26dc3d409430e
fix home-directory extension implementation, it always returned
the current user's home directory contrary to the spec.

Patch from Jakub Jelen via GHPR477
usr.bin/ssh/sftp-server.c