fingerd: add raw user response variant
This commit is contained in:
@@ -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(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user