]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove unused var
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 27 May 2018 02:49:16 +0000 (08:49 +0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 27 May 2018 02:49:16 +0000 (08:49 +0600)
src/main/auth.c

index 80105482be3debacab0902785dc5b73e42ca858f..a41bcb4124432ac836cbd1c92a968cf2f921a9e9 100644 (file)
@@ -256,7 +256,6 @@ rlm_rcode_t rad_postauth(REQUEST *request)
  */
 rlm_rcode_t rad_authenticate(REQUEST *request)
 {
-       VALUE_PAIR      *module_msg;
        VALUE_PAIR      *tmp = NULL;
        int             result;
        rlm_rcode_t     rcode;