Changeset 2496
- Timestamp:
- 10/06/08 08:43:36 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/otis/src/org/bandit/otis/impl/LocalAuthSession.java
r2461 r2496 983 983 IContext context = authMethod.getContext(); 984 984 985 if ( !authMethod.isAuthenticated())985 if ( context == null || !authMethod.isAuthenticated()) 986 986 continue; 987 987