Fix #3429 - on line parallel ds replication init fails
| | |
| | | public void initializeRemote(short target, short requestorID, Task initTask) |
| | | throws DirectoryException |
| | | { |
| | | boolean contextAcquired=false; |
| | | try |
| | | { |
| | | Backend backend = retrievesBackend(this.baseDN); |
| | |
| | | } |
| | | |
| | | acquireIEContext(); |
| | | contextAcquired = true; |
| | | |
| | | // The number of entries to be exported is the number of entries under |
| | | // the base DN entry and the base entry itself. |
| | |
| | | de.getMessageObject()); |
| | | broker.publish(errorMsg); |
| | | |
| | | releaseIEContext(); |
| | | if (contextAcquired) |
| | | releaseIEContext(); |
| | | |
| | | throw(de); |
| | | } |