From: Alan T. DeKok Date: Thu, 31 May 2018 00:04:42 +0000 (-0400) Subject: use error string X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c403a5e5e9205bbf21ffef023d5ec2e63186127;p=thirdparty%2Ffreeradius-server.git use error string --- diff --git a/src/lib/ldap/map.c b/src/lib/ldap/map.c index 619f1520186..b242eb5a349 100644 --- a/src/lib/ldap/map.c +++ b/src/lib/ldap/map.c @@ -120,7 +120,7 @@ int fr_ldap_map_getvalue(TALLOC_CTX *ctx, VALUE_PAIR **out, REQUEST *request, vp self->values[i]->bv_len, '\0', true) < 0) { RPWDEBUG("Failed parsing value \"%pV\" for attribute %s: %s", fr_box_strvalue_len(self->values[i]->bv_val, self->values[i]->bv_len), - map->lhs->tmpl_da->name); + map->lhs->tmpl_da->name, fr_strerror()); talloc_free(vp); /* also frees escaped */ continue;