Merge "Pass permitted_path to the linker as is."
This commit is contained in:
commit
a214a769f9
1 changed files with 1 additions and 3 deletions
|
|
@ -99,9 +99,7 @@ class LibraryNamespaces {
|
|||
nullptr,
|
||||
library_path.c_str(),
|
||||
namespace_type,
|
||||
java_permitted_path != nullptr ?
|
||||
permitted_path.c_str() :
|
||||
nullptr);
|
||||
permitted_path.c_str());
|
||||
|
||||
if (ns != nullptr) {
|
||||
namespaces_.push_back(std::make_pair(env->NewWeakGlobalRef(class_loader), ns));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue