1
0
Fork 0

SCCPHandler: Add the right object to the list of connections

This commit is contained in:
Holger Hans Peter Freyther 2010-11-28 10:13:10 +01:00
parent cddbde727b
commit 1639173a26
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ Object subclass: SCCPHandler [
con srcRef: self assignSrcRef.
res := Osmo.SCCPConnectionRequest
initWith: (con srcRef) dest: (Osmo.SCCPAddress createWith: 254) data: aData.
self connections add: res.
self connections add: con.
^ res
]