mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
06.08.2006 cc9db00b66ccb71927ca7ef74f1b91f8b333bb85
opends/src/server/org/opends/server/core/ModifyOperation.java
@@ -1004,11 +1004,11 @@
                }
              }
              SearchFilter filter = assertControl.getSearchFilter();
              try
              {
                // FIXME -- We need to determine whether the current user has
                //          permission to make this determination.
                SearchFilter filter = assertControl.getSearchFilter();
                if (! filter.matchesEntry(currentEntry))
                {
                  setResultCode(ResultCode.ASSERTION_FAILED);