diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-10-13 07:54:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:39:48 -0500 |
commit | e2ec8e5e80fdf7f2819c7e6014b1f1f443e032a8 (patch) | |
tree | e7b10fd24e8914a5eed0a3c270d98890573ec425 /source4/lib/ldb/common | |
parent | 52cc7a55018c0a8243e4b7e35206bd9d3616abd8 (diff) | |
download | samba-e2ec8e5e80fdf7f2819c7e6014b1f1f443e032a8.tar.gz samba-e2ec8e5e80fdf7f2819c7e6014b1f1f443e032a8.tar.bz2 samba-e2ec8e5e80fdf7f2819c7e6014b1f1f443e032a8.zip |
r10957: make a comment clearer
(This used to be commit d379fb5f101155edd5f266ae9aaae4e7ac7bd76b)
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) |