]> git.sur5r.net Git - openldap/commit
- use STRLENOF, looks cleaner
authorPierangelo Masarati <ando@openldap.org>
Sat, 9 Sep 2006 16:23:02 +0000 (16:23 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 9 Sep 2006 16:23:02 +0000 (16:23 +0000)
commit2dac2e27b5d87e7eec59634acd56fdcb1bcdf2af
tree7a13bf142c8a4f25e8299653172393ee3d69001b
parentfdddeb1d8fccdb2b14fb7cd94b2f4d47513670bc
- use STRLENOF, looks cleaner
- in case a value is incorrectly empty (technically, it's null because
  that's how it's returned by the stringification function), make enough
  room to add the error string "(null)"
- in case a value is legitimately empty (see above), use it accordingly;
  for example, a filter "(entryDN=)" is valid, so it should be possible
  to stringify it like that.
servers/slapd/filter.c