From 07d2e7628aa75f73183fddd9fa613adf54cb9fcc Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 16 Aug 2007 21:31:57 +0000
Subject: [PATCH] Fix a problem in the network group design that prevented the server from restarting correctly when performing an in-core restart.  Also, eliminate a potential null pointer exception if an admin alert was generated early in the server startup process.

---
 opends/src/server/org/opends/server/core/DirectoryServer.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/core/DirectoryServer.java b/opends/src/server/org/opends/server/core/DirectoryServer.java
index f44cf36..dd50131 100644
--- a/opends/src/server/org/opends/server/core/DirectoryServer.java
+++ b/opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -8343,6 +8343,10 @@
     }
 
 
+    // Deregister all network group configuration.
+    NetworkGroup.deregisterAll();
+
+
     // Log a final message indicating that the server is stopped (which should
     // be true for all practical purposes), and then shut down all the error
     // loggers.

--
Gitblit v1.10.0