From 7ba39a6c06cd5ff7ae7ab0295a11f49703a6e859 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Thu, 09 Aug 2007 19:57:53 +0000
Subject: [PATCH] Fix for issue 2066. Changed constants to use the small case and dash format from the admin framework.

---
 opends/src/server/org/opends/server/backends/jeb/SortValuesSet.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/backends/jeb/SortValuesSet.java b/opends/src/server/org/opends/server/backends/jeb/SortValuesSet.java
index 138db7f..1185f4e 100644
--- a/opends/src/server/org/opends/server/backends/jeb/SortValuesSet.java
+++ b/opends/src/server/org/opends/server/backends/jeb/SortValuesSet.java
@@ -629,6 +629,11 @@
       }
     }
 
+    if(id2entry == null)
+    {
+      return new byte[0];
+    }
+
     // Get the entry from id2entry and assign the values from the entry.
     // Once the values are assigned from the retrieved entry, it will
     // not be retrieve again from future compares.

--
Gitblit v1.10.0