diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-02 16:47:00 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-02 16:47:00 -0600 |
commit | ce8ae41d677875adb45d99c351bcba108fb82a44 (patch) | |
tree | 45d54aca9fd5a4bb67ad55e50b71eaa6713894c0 /lib9p/tests/test_server/fs_whoami.c | |
parent | 6a6e3083d2d60cbd5bd581f432a0c56eff2bf29e (diff) | |
parent | 559627b00b74e11e394589bfcc8864b0f22d7e1b (diff) |
Merge branch 'lukeshu/better-cpp'
Diffstat (limited to 'lib9p/tests/test_server/fs_whoami.c')
-rw-r--r-- | lib9p/tests/test_server/fs_whoami.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/tests/test_server/fs_whoami.c b/lib9p/tests/test_server/fs_whoami.c index 7e1d635..6cc46ac 100644 --- a/lib9p/tests/test_server/fs_whoami.c +++ b/lib9p/tests/test_server/fs_whoami.c @@ -92,7 +92,7 @@ static lo_interface lib9p_srv_fio whoami_file_fopen(struct whoami_file *self, st ret->buf_len = 0; ret->buf = NULL; - return lo_box_whoami_fio_as_lib9p_srv_fio(ret); + return LO_BOX(lib9p_srv_fio, ret); } /* srv_fio ********************************************************************/ |