You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2010/05/10 16:59:56 UTC

svn commit: r942770 - /directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/controls/replication/syncStateValue/SyncStateValueControl.java

Author: kayyagari
Date: Mon May 10 14:59:56 2010
New Revision: 942770

URL: http://svn.apache.org/viewvc?rev=942770&view=rev
Log:
reverted the temporary fix after the main issue was fixed in revision 942758

Modified:
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/controls/replication/syncStateValue/SyncStateValueControl.java

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/controls/replication/syncStateValue/SyncStateValueControl.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/controls/replication/syncStateValue/SyncStateValueControl.java?rev=942770&r1=942769&r2=942770&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/controls/replication/syncStateValue/SyncStateValueControl.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/controls/replication/syncStateValue/SyncStateValueControl.java Mon May 10 14:59:56 2010
@@ -198,10 +198,7 @@ public class SyncStateValueControl  exte
      */
     public byte[] getValue()
     {
-        // FIXME the value is being cached and is not getting updated
-        // reason for this is yet to be identified
-        // till then force calculating value everytime getValue() is called
-        //if ( value == null )
+        if ( value == null )
         {
             try
             {