smalltalk
/
osmo-st-msc
Archived
1
0
Fork 0

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.
This commit is contained in:
Holger Hans Peter Freyther 2014-04-03 21:47:20 +02:00
parent b880a99070
commit a58b3db652
1 changed files with 1 additions and 1 deletions

View File

@ -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.