]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
WS
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 7 Dec 2023 19:40:22 +0000 (13:40 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 7 Dec 2023 19:40:22 +0000 (13:40 -0600)
src/lib/server/tmpl_tokenize.c

index 7c481098001258219bb2775d51704c3d44723bdf..c9730c391bb69982fa685bb56d12e8cce673a558 100644 (file)
@@ -623,7 +623,6 @@ static fr_slen_t tmpl_request_ref_list_from_substr(TALLOC_CTX *ctx, tmpl_attr_er
                                        *namespace = t_rules->attr.namespace;
                                } else if (t_rules->attr.dict_def) {
                                        *namespace = fr_dict_root(t_rules->attr.dict_def);
-
                                } else {
                                        *namespace = NULL;
                                }