summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/hx509/test_name.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/hx509/test_name.c')
-rw-r--r--source4/heimdal/lib/hx509/test_name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/hx509/test_name.c b/source4/heimdal/lib/hx509/test_name.c
index 2cdcdf85f6..d932221ddf 100644
--- a/source4/heimdal/lib/hx509/test_name.c
+++ b/source4/heimdal/lib/hx509/test_name.c
@@ -336,7 +336,7 @@ test_compare(hx509_context context)
if (ret) return 1;
ret = compare_subject(c2, c3, &l3);
if (ret) return 1;
-
+
if (l0 != 0) return 1;
if (l2 < l1) return 1;
if (l3 < l2) return 1;