forgot to set context

This commit is contained in:
zab2
2018-06-28 17:40:14 +00:00
parent bc4ee0fc38
commit d42a467c00

View File

@@ -406,6 +406,7 @@ class UDPPacket implements CDQEntry {
public static UDPPacket acquire(RouterContext ctx, boolean inbound) {
UDPPacket rv = null;
if (CACHE) {
PacketFactory.context = ctx;
rv = _packetCache.tryAcquire();
rv.init(ctx);
}