From: Alan T. DeKok Date: Thu, 25 Jan 2018 16:55:48 +0000 (-0500) Subject: process new conflicting packets X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225f732b6edab7fbc40e3eab6ce99caf66cdda0c;p=thirdparty%2Ffreeradius-server.git process new conflicting packets --- diff --git a/src/modules/proto_radius/proto_radius_udp.c b/src/modules/proto_radius/proto_radius_udp.c index e48ff3baae1..641123f7f90 100644 --- a/src/modules/proto_radius/proto_radius_udp.c +++ b/src/modules/proto_radius/proto_radius_udp.c @@ -1089,7 +1089,7 @@ found: case FR_TRACKING_CONFLICTING: DEBUG3("CONFLICTING packet ID %d", buffer[1]); - return 0; /* discard it */ + break; case FR_TRACKING_NEW: DEBUG3("NEW packet");