From b104e459961c35c1f4415c83942a953920412a61 Mon Sep 17 00:00:00 2001
From: fguigues <fguigues@localhost>
Date: Thu, 12 Mar 2009 17:13:05 +0000
Subject: [PATCH] Fix 3690 : SNMP: incorrect value for dsServerDescription entry Fix 3865 : Missing information for JMX and SNMP connection handlers in status output
---
opends/src/snmp/src/org/opends/server/snmp/DsTableEntryImpl.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/snmp/src/org/opends/server/snmp/DsTableEntryImpl.java b/opends/src/snmp/src/org/opends/server/snmp/DsTableEntryImpl.java
index dec8180..7d6503b 100644
--- a/opends/src/snmp/src/org/opends/server/snmp/DsTableEntryImpl.java
+++ b/opends/src/snmp/src/org/opends/server/snmp/DsTableEntryImpl.java
@@ -181,7 +181,7 @@
String result = null;
try {
result = DirectoryServer.getServerRoot() +
- File.separatorChar + "bin";
+ File.separatorChar;
} catch (Exception ex) {
if (DebugLogger.debugEnabled()) {
TRACER.debugCaught(DebugLogLevel.ERROR, ex);
--
Gitblit v1.10.0