Skip to content

Commit 9ffb3d5

Browse files
committed
- adapt linkDelayServer to lasted code
1 parent 96f2574 commit 9ffb3d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/smpp-extensions/src/main/java/org/restcomm/smpp/DefaultSmppServerHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ public void sessionDestroyed(SmppSession session) {
261261
// make sure it's really shutdown
262262
session.destroy();
263263

264+
} finally {
264265
//bringing back to close
265266
esmeServer.setLocalStateName((com.cloudhopper.smpp.SmppSession.STATES[SmppSession.STATE_CLOSED]));
266-
} finally {
267267
accessSemaphore.release();
268268
}
269269
}

0 commit comments

Comments
 (0)