mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
small fix
This commit is contained in:
parent
f55239b7a1
commit
6552519565
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ int join_namespace(pid_t pid, char *type) {
|
|||
|
||||
errout:
|
||||
free(path);
|
||||
fprintf(stderr, "Error: cannot join namespace %s\\n", type);
|
||||
fprintf(stderr, "Error: cannot join namespace %s\n", type);
|
||||
return -1;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue