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

call: Fix syntax error and see how smoke test looks like after

This commit is contained in:
Holger Hans Peter Freyther 2016-08-07 17:55:54 +02:00
parent befb7a50f7
commit d78dfc41aa
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Osmo.SIPCall subclass: SIPMTCall [
ifTrue: [
self terminateRemote]
ifFalse: [
remoteLeg changeRemoteLeg: newLeg
remoteLeg changeRemoteLeg: newLeg.
remoteLeg := nil].
]