From c9a63dc01aa07726436e2fc378e4fe34016f8851 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 28 Nov 2010 18:20:54 +0000 Subject: [PATCH] Fix a comment --- servers/slapd/schema_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 0d25ace1e7..62c7574c6b 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -55,7 +55,7 @@ * * EQUALITY rules may order values differently than ORDERING rules for * speed, since EQUALITY ordering is only used for SLAP_AT_SORTED_VAL. - * Some EQUALITY rules do not order values (ITS#????). + * Some EQUALITY rules do not order values (ITS#6722). * * Indexer function(...attribute values, *output keysp,...): * Generates index keys for the attribute values. Backends can store -- 2.39.5