You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/10/30 20:52:47 UTC

svn commit: r329609 - /directory/apacheds/branches/apacheds-utf8/main/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java

Author: elecharny
Date: Sun Oct 30 11:52:42 2005
New Revision: 329609

URL: http://svn.apache.org/viewcvs?rev=329609&view=rev
Log:
Minor refactoring

Modified:
    directory/apacheds/branches/apacheds-utf8/main/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java

Modified: directory/apacheds/branches/apacheds-utf8/main/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java
URL: http://svn.apache.org/viewcvs/directory/apacheds/branches/apacheds-utf8/main/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java?rev=329609&r1=329608&r2=329609&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-utf8/main/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java (original)
+++ directory/apacheds/branches/apacheds-utf8/main/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java Sun Oct 30 11:52:42 2005
@@ -207,6 +207,7 @@
 
         // Register all extended operation handlers.
         LdapProtocolProvider protocolProvider = new LdapProtocolProvider( ( Hashtable ) env.clone() );
+        
         for( Iterator i = cfg.getExtendedOperationHandlers().iterator(); i.hasNext(); )
         {
             ExtendedOperationHandler h = ( ExtendedOperationHandler ) i.next();
@@ -217,6 +218,7 @@
         {
             minaRegistry.bind( service, protocolProvider );
             ldapService = service;
+            
             if ( log.isInfoEnabled() )
             {
                 log.info( "Successful bind of LDAP Service completed: " + ldapService );