]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 18 Dec 2023 00:52:25 +0000 (19:52 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 18 Dec 2023 00:52:25 +0000 (19:52 -0500)
src/modules/rlm_attr_filter/rlm_attr_filter.c

index c832e99da79d22bbc0a630df0c7c112c0d95aee2..a76f4cf6fcd0a6277dcdca687b9ad0c6792f76cf 100644 (file)
@@ -131,7 +131,7 @@ static int attr_filter_getfile(TALLOC_CTX *ctx, module_inst_ctx_t const *mctx, c
                                return -1;
                        }
 
-                       if (tmpl_list(map->rhs) != request_attr_reply) {
+                       if (tmpl_list(map->lhs) != request_attr_reply) {
                                ERROR("%s[%d] Left side of filter %s is not in the reply list",
                                      filename, entry->lineno, map->lhs->name);
                                return -1;