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

Chris Ridd
03.37.2012 c29b582ac18ba517a4f4ead7f3fc67bc501dd146
opends/src/dsml/org/opends/dsml/protocol/DSMLSearchOperation.java
@@ -588,7 +588,7 @@
            ArrayList<ByteString> vals = attr.getValues();
            for (ByteString val : vals)
            {
              dsmlAttrVal.add(val);
              dsmlAttrVal.add(ByteStringUtility.convertByteString(val));
            }
            attrList.add(dsmlAttr);
          }