still no segfault.
This commit is contained in:
parent
7eea05c71d
commit
c34f2f67bf
@ -3517,7 +3517,6 @@ NAN_METHOD(HookPackets) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
o->Set(NanNew<String>("addresses"), array);
|
o->Set(NanNew<String>("addresses"), array);
|
||||||
#if 0
|
|
||||||
} else if (strCommand == "inv") {
|
} else if (strCommand == "inv") {
|
||||||
vector<CInv> vInv;
|
vector<CInv> vInv;
|
||||||
*cur->vRecv >> vInv;
|
*cur->vRecv >> vInv;
|
||||||
@ -3563,6 +3562,7 @@ NAN_METHOD(HookPackets) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
o->Set(NanNew<String>("items"), array);
|
o->Set(NanNew<String>("items"), array);
|
||||||
|
#if 0
|
||||||
} else if (strCommand == "getdata") {
|
} else if (strCommand == "getdata") {
|
||||||
vector<CInv> vInv;
|
vector<CInv> vInv;
|
||||||
*cur->vRecv >> vInv;
|
*cur->vRecv >> vInv;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user