autocommit 2022-01-08 18:38:24 CET
This commit is contained in:
parent
33549184d4
commit
d061a5c313
38 changed files with 179 additions and 371 deletions
|
|
@ -217,7 +217,7 @@ impl Clients {
|
|||
global: &Rc<State>,
|
||||
socket: OwnedFd,
|
||||
) -> Result<(), ClientError> {
|
||||
let (uid, pid) = unsafe {
|
||||
let (uid, pid) = {
|
||||
let mut cred = c::ucred {
|
||||
pid: 0,
|
||||
uid: 0,
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ impl Objects {
|
|||
self.buffers.clear();
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn id<T>(&self, client_data: &Client) -> Result<T, ClientError>
|
||||
where
|
||||
ObjectId: Into<T>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue