fingerd: add raw user response variant
Build and test / check (push) Successful in 1m34s
Build and test / build (push) Successful in 1m41s
Build and test / test (push) Successful in 2m4s
Build and test / docs (push) Successful in 3m19s

This commit is contained in:
2026-04-29 06:22:20 +09:00
parent 02279a9225
commit be07298867
3 changed files with 52 additions and 28 deletions
+4
View File
@@ -204,6 +204,8 @@ impl VarlinkRoowhoo2ClientServer {
None
}
})
.map(Box::new)
.map(FingerResponseUserEntry::Structured)
.collect(),
None => finger_utmp_users(&request_info)
.into_iter()
@@ -214,6 +216,8 @@ impl VarlinkRoowhoo2ClientServer {
None
}
})
.map(Box::new)
.map(FingerResponseUserEntry::Structured)
.collect(),
}
}