Fix an error when no ACLs are specified
Calling strings.Split() on an empty string and a non-null separator returns a slice with one element...
Showing
Please register or sign in to comment
Calling strings.Split() on an empty string and a non-null separator returns a slice with one element...