Skip to content
Snippets Groups Projects
Commit 43a163d8 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Debug scheme will return correct event id

parent 4ec46ee7
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ impl Scheme for DebugScheme {
*handles.get(&id).ok_or(Error::new(EBADF))?
};
Ok(0)
Ok(id)
}
fn fpath(&self, id: usize, buf: &mut [u8]) -> Result<usize> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment