From: Alan T. DeKok Date: Tue, 31 Aug 2021 13:46:06 +0000 (-0400) Subject: whoops... clear this once we're using the packet X-Git-Tag: release_3_0_24~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec06c7ef3c90f4138874db21df988bf65c956479;p=thirdparty%2Ffreeradius-server.git whoops... clear this once we're using the packet --- diff --git a/src/main/listen.c b/src/main/listen.c index 205ea487c4d..7ee4339c6e3 100644 --- a/src/main/listen.c +++ b/src/main/listen.c @@ -2295,6 +2295,8 @@ static int proxy_socket_tcp_recv(rad_listen_t *listener) return 0; } + sock->packet = NULL; /* we have no need for more partial reads */ + /* * FIXME: Client MIB updates? */