]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
allow 100 chars
authorAlan T. DeKok <aland@freeradius.org>
Tue, 18 Mar 2025 08:15:15 +0000 (15:15 +0700)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 18 Mar 2025 14:25:12 +0000 (21:25 +0700)
src/bin/unit_test_attribute.c

index 8f397ed7a8a8079125c9d542d30d67d2b734fa74..c40a3c2f4073ab403bda8d757c401ccf86470eaa 100644 (file)
@@ -368,7 +368,7 @@ static void mismatch_print(command_file_ctx_t *cc, char const *command,
                        e++;
                }
 
-               if (expected_len < 80) {
+               if (expected_len < 100) {
                        char const *spaces = "                                                                                ";
 
                        ERROR("  got      : %.*s", (int) got_len, got);