From: Jorge Pereira Date: Mon, 20 May 2019 16:55:49 +0000 (-0300) Subject: Fix the '$module.$method1' match. #2702 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebc8d0e2d0a4f93a00a2e26250508e0d65232cfe;p=thirdparty%2Ffreeradius-server.git Fix the '$module.$method1' match. #2702 --- diff --git a/src/lib/server/module.c b/src/lib/server/module.c index 203ce0101ed..1282ce319d4 100644 --- a/src/lib/server/module.c +++ b/src/lib/server/module.c @@ -970,8 +970,6 @@ module_instance_t *module_by_name_and_method(module_method_t *method, rlm_compon */ if (strcmp(methods->name1, p) != 0) continue; - if (methods->name1 != CF_IDENT_ANY) continue; - found_name1: /* * We've matched "*", or "name1" or