Skip to content
Snippets Groups Projects
Commit baacfff5 authored by Stefan Lankes's avatar Stefan Lankes
Browse files

Revert "remove typo"

This reverts commit f677532b.
parent f677532b
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ pub trait SyscallInterface: Send + Sync {
let mut envv = Vec::new();
let envs = env::vars();
debug!("Setting env as: {:?}", envs);
debug!("Setting envv as: {:?}", envs);
for (key, value) in envs {
let ptr = Box::leak(format!("{key}={value}\0").into_boxed_str()).as_ptr();
envv.push(ptr);
......
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