From: Alan T. DeKok Date: Mon, 4 Oct 2021 15:54:31 +0000 (-0400) Subject: remove extra whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50025f2c767435103fa91c670435442eba5c7fef;p=thirdparty%2Ffreeradius-server.git remove extra whitespace --- diff --git a/src/lib/util/dict_unknown.c b/src/lib/util/dict_unknown.c index 9a703b0f9f..e65a68dfe6 100644 --- a/src/lib/util/dict_unknown.c +++ b/src/lib/util/dict_unknown.c @@ -622,7 +622,7 @@ ssize_t fr_dict_unknown_afrom_oid_substr(TALLOC_CTX *ctx, fr_sbuff_marker(&c_start, in); fr_sbuff_adv_past_allowed(in, FR_DICT_ATTR_MAX_NAME_LEN, fr_dict_attr_allowed_chars, NULL); - fr_strerror_printf("Unknown attribute \"%.*s\" for parent \"%s\"", + fr_strerror_printf("Unknown attribute \"%.*s\" for parent \"%s\"", (int)fr_sbuff_behind(&c_start), fr_sbuff_current(&c_start), our_parent->name); goto error; }