]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 5 Jun 2018 07:47:02 +0000 (13:47 +0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 5 Jun 2018 07:47:02 +0000 (13:47 +0600)
src/lib/ldap/map.c

index e68f7e5910af314d12ea5273e5c7f3d40f6abf75..2696351710b1c2949093a61caed5604a87eabf58 100644 (file)
@@ -63,7 +63,7 @@ int fr_ldap_map_getvalue(TALLOC_CTX *ctx, VALUE_PAIR **out, REQUEST *request, vp
                        RDEBUG3("Parsing valuepair string \"%s\"", self->values[i]->bv_val);
                        if (map_afrom_attr_str(ctx, &attr, self->values[i]->bv_val,
                                               map->lhs->tmpl_request, map->lhs->tmpl_list,
-                                              &{vp_tmpl_rules_t){ .dict_def = request->dict }} < 0) {
+                                              &{vp_tmpl_rules_t){ .dict_def = request->dict }) < 0) {
                                RWDEBUG("Failed parsing \"%s\" as valuepair (%s), skipping...", fr_strerror(),
                                        self->values[i]->bv_val);
                                continue;