mirror of
https://github.com/systemd/systemd.git
synced 2025-01-27 18:04:05 +03:00
Merge pull request #1632 from evverx/fix-namespace-parsing
core: fix namespace parsing
This commit is contained in:
commit
8b5f5c27fe
@ -3227,7 +3227,7 @@ int config_parse_namespace_path_strv(
|
||||
continue;
|
||||
}
|
||||
|
||||
path_kill_slashes(n);
|
||||
path_kill_slashes(n + offset);
|
||||
|
||||
r = strv_push(sv, n);
|
||||
if (r < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user