mirror of
https://github.com/corda/corda.git
synced 2025-02-07 19:40:25 +00:00
revert unintended change to jnienv.cpp
This commit is contained in:
parent
ff57447507
commit
fcb7059573
@ -3550,7 +3550,7 @@ boot(Thread* t, uintptr_t*)
|
||||
|
||||
const char* port = findProperty(t, "avian.trace.port");
|
||||
if (port) {
|
||||
object host = makeString(t, "localhost");
|
||||
object host = makeString(t, "0.0.0.0");
|
||||
PROTECT(t, host);
|
||||
|
||||
object method = resolveMethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user