Changeset 2497
- Timestamp:
- 10/06/08 08:44:11 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/otis/src/org/bandit/otis/impl/RemoteAuthSession.java
r2462 r2497 638 638 try 639 639 { 640 getContext().close(); 640 if (m_context != null) 641 { 642 m_context.close(); 643 } 641 644 clear(); 642 645 }