aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-03 21:47:20 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-07 16:08:40 +0200
commita58b3db6529f57cc7649f2df2362cfb0912a94e4 (patch)
tree54b4908c4a9e962075055900ecd296987d2624c8
parentb880a9907011c4f1e37b7c3cc8e4549a6520f5a1 (diff)
auth: Do not handled EndOfStream Notification and notifications in general
Catching Exception will catch all Notifications and then even generating a branch will be broken.
-rw-r--r--src/GSMAuthenticator.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GSMAuthenticator.st b/src/GSMAuthenticator.st
index c368879..4a3bcc9 100644
--- a/src/GSMAuthenticator.st
+++ b/src/GSMAuthenticator.st
@@ -158,7 +158,7 @@ GSMAuthenticatorBase subclass: GSMIdentityAuthenticator [
onData: aMsg [
[
self perform: state with: aMsg.
- ] on: Exception do: [:e |
+ ] on: Error do: [:e |
e logException: 'GSMIdentityAuthenticator(srcref:%1) failed dispatch.'
% {connection srcRef} area: #bsc.
timeout cancel.