diff options
author | Rich Megginson <rmeggins@redhat.com> | 2008-08-07 21:55:30 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2008-08-07 21:55:30 +0000 |
commit | 39e056a4fccbb95424f9b22cb5127c3a4972bc23 (patch) | |
tree | 756e02230eddcdde11be014db79b4594f76554ca /lib/libaccess/acltools.cpp | |
parent | 38f69c8a3fa7d7090605add4a022e9edacfb08a3 (diff) | |
download | ds-39e056a4fccbb95424f9b22cb5127c3a4972bc23.tar.gz ds-39e056a4fccbb95424f9b22cb5127c3a4972bc23.tar.xz ds-39e056a4fccbb95424f9b22cb5127c3a4972bc23.zip |
Resolves: bug 458171
Description: approx search accidentally fails with timelimit although it hasn't hit timelimit.
Fix Description: string_filter_approx used to simply return the return value from
strcmp. The value could be evaluated as LDAP RETURN CODE.
string_filter_approx is a static function and it's called only from
string_filter_ava. The function returns -1 when it fails. Thus, adjusting the
return value of string_filter_approx to the caller function.
Diffstat (limited to 'lib/libaccess/acltools.cpp')
0 files changed, 0 insertions, 0 deletions