From: Alan T. DeKok Date: Fri, 24 Nov 2017 19:44:46 +0000 (-0500) Subject: return the actual client... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b56b86b066e39b4f67aa8e82e1a121e83c7c8eb8;p=thirdparty%2Ffreeradius-server.git return the actual client... --- diff --git a/src/main/client.c b/src/main/client.c index ffa26a6bf74..136ae6b2537 100644 --- a/src/main/client.c +++ b/src/main/client.c @@ -945,7 +945,7 @@ RADCLIENT *client_afrom_request(TALLOC_CTX *ctx, REQUEST *request) return NULL; } - return NULL; + return c; } /** Read a single client from a file