From b39ed7fc353b69dbfcbbfe822c12d1bd9041a1bc Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 5 Nov 1997 13:54:09 +0000 Subject: [PATCH] Set reqnum to --- src/icp_v3.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/icp_v3.cc b/src/icp_v3.cc index 2dd120fc7b..7fe1d76eaf 100644 --- a/src/icp_v3.cc +++ b/src/icp_v3.cc @@ -23,6 +23,8 @@ icpHandleIcpV3(int fd, struct sockaddr_in from, char *buf, int len) header.reqnum = ntohl(headerp->reqnum); header.flags = ntohl(headerp->flags); header.shostid = ntohl(headerp->shostid); + if (header.reqnum == 0) + header.reqnum = 0xFFFFFFFF; switch (header.opcode) { case ICP_OP_QUERY: -- 2.47.2