From: Hallvard Furuseth Date: Sun, 28 Nov 2010 18:20:54 +0000 (+0000) Subject: Fix a comment X-Git-Tag: MIGRATION_CVS2GIT~395 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c9a63dc01aa07726436e2fc378e4fe34016f8851;p=openldap Fix a comment --- 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