aboutsummaryrefslogtreecommitdiffstats
path: root/SCCPHandler.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-28 10:13:10 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-28 21:27:57 +0100
commit1639173a26840b3bd59bc4949effbb1e2d2e7789 (patch)
tree9c87e845de41bf9d4b126e2eefc57e9be81daa18 /SCCPHandler.st
parentcddbde727ba66d5678689829b4bc16fac326cedf (diff)
SCCPHandler: Add the right object to the list of connections
Diffstat (limited to 'SCCPHandler.st')
-rw-r--r--SCCPHandler.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCCPHandler.st b/SCCPHandler.st
index a60ab9d..ffbadf3 100644
--- a/SCCPHandler.st
+++ b/SCCPHandler.st
@@ -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
]