mirror of
https://github.com/corda/corda.git
synced 2025-02-12 13:45:48 +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");
|
const char* port = findProperty(t, "avian.trace.port");
|
||||||
if (port) {
|
if (port) {
|
||||||
object host = makeString(t, "localhost");
|
object host = makeString(t, "0.0.0.0");
|
||||||
PROTECT(t, host);
|
PROTECT(t, host);
|
||||||
|
|
||||||
object method = resolveMethod
|
object method = resolveMethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user