1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00

Merge pull request #1632 from evverx/fix-namespace-parsing

core: fix namespace parsing
This commit is contained in:
Lennart Poettering 2015-10-21 15:56:48 +02:00
commit 8b5f5c27fe

View File

@ -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)