From: Alan T. DeKok Date: Sat, 12 Oct 2019 22:33:12 +0000 (-0400) Subject: try to quiet compiler warnings X-Git-Tag: release_3_0_20~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b92aaae9fcb9b6553fc1ff3ff50cc2d8d5d56d20;p=thirdparty%2Ffreeradius-server.git try to quiet compiler warnings --- diff --git a/src/main/process.c b/src/main/process.c index 51a83ceec0e..78c6d8a9e52 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -2474,6 +2474,7 @@ static int process_proxy_reply(REQUEST *request, RADIUS_PACKET *reply) } old_server = request->server; + rad_assert(request->home_server != NULL); /* * If the home server is virtual, just run pre_proxy from @@ -3180,6 +3181,7 @@ do_home: } old_server = request->server; + rad_assert(request->home_server != NULL); /* * If the home server is virtual, just run pre_proxy from