Browse Source

Fix: Report correct length in `SharedMemSample`

tags/v0.2.0-candidate
Philipp Oppermann 3 years ago
parent
commit
0e95b0868a
Failed to extract signature
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      binaries/daemon/src/shared_mem_handler.rs

+ 1
- 1
binaries/daemon/src/shared_mem_handler.rs View File

@@ -220,7 +220,7 @@ impl SharedMemSample {
}

pub fn len(&self) -> usize {
self.shared_memory.0.len()
self.len
}
}



Loading…
Cancel
Save