revert unintended change to jnienv.cpp

This commit is contained in:
Joel Dice 2013-12-15 17:11:51 -07:00
parent ff57447507
commit fcb7059573

View File

@ -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