passthrough_hp: include . and .. in readdir
authorJoanne Koong <joannelkoong@gmail.com>
Fri, 5 Jul 2024 21:54:15 +0000 (14:54 -0700)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Mon, 8 Jul 2024 21:29:57 +0000 (23:29 +0200)
commit170edc6a8ef0ce8b7aa2b498b101f0de29b35757
tree0f40baf1a267bce2adaf7c7c0777782691b659b3
parent366f6a6a9afa6139bae3f3061e32eda7d6c085c1
passthrough_hp: include . and .. in readdir

generic/401 fails currently because it checks that "." and ".." are
listed as directory entries.

Include "." and ".." as listed directory entries in passthrough_hp's
readdir implementation.

Signed-off by: Joanne Koong <joannelkoong@gmail.com>
example/passthrough_hp.cc