fix: try-optional in core.config.sync()
This commit is contained in:
parent
1d8cd84118
commit
3669312329
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class LinphoneBridge {
|
|||
|
||||
core.ipv6Enabled = false
|
||||
core.config?.setInt(section: "net", key: "ipv6", value: 0)
|
||||
try core.config?.sync()
|
||||
try? core.config?.sync()
|
||||
|
||||
// Add core listener
|
||||
core.addDelegate(delegate: self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue