acl update: check path

This commit is contained in:
Dietmar Maurer
2020-04-14 17:23:48 +02:00
parent d83175dd69
commit 9f4e47dd93
2 changed files with 19 additions and 2 deletions

View File

@ -52,7 +52,7 @@ lazy_static! {
};
}
fn split_acl_path(path: &str) -> Vec<&str> {
pub fn split_acl_path(path: &str) -> Vec<&str> {
let items = path.split('/');