diff options
Diffstat (limited to 'source4/lib/ldb/common')
-rw-r--r-- | source4/lib/ldb/common/ldb_utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_utf8.c b/source4/lib/ldb/common/ldb_utf8.c index 69faeb46d3..61334bce09 100644 --- a/source4/lib/ldb/common/ldb_utf8.c +++ b/source4/lib/ldb/common/ldb_utf8.c @@ -73,7 +73,7 @@ int ldb_caseless_cmp(const char *s1, const char *s2) } /* - compare two attributes + compare two attribute names return 0 for match */ int ldb_attr_cmp(const char *attr1, const char *attr2) |