~ubuntu-branches/ubuntu/wily/389-ds-base/wily-proposed

« back to all changes in this revision

Viewing changes to ldap/servers/plugins/acl/aclparse.c

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2014-07-08 15:50:11 UTC
  • mto: (19.1.1 experimental) (0.3.1)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20140708155011-48naeyka2x89ew8g
Tags: upstream-1.3.2.19
ImportĀ upstreamĀ versionĀ 1.3.2.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
2224
2224
        if (slapi_filter_get_attribute_type( f, &filter_type) == 0) {
2225
2225
                t = slapi_attr_syntax_normalize(t);
2226
2226
                filter_type = slapi_attr_syntax_normalize(filter_type);
2227
 
 
2228
 
                if (slapi_attr_type_cmp(filter_type, t, 1) == 0) {
 
2227
                if (slapi_attr_type_cmp(filter_type, t, SLAPI_TYPE_CMP_BASE) == 0) {
2229
2228
                        rc = SLAPI_FILTER_SCAN_CONTINUE;
2230
2229
                }
2231
2230