parent
17e3ce9540
commit
0b0a95d6df
|
@ -319,7 +319,9 @@ public class ConnectionService: Codable {
|
||||||
if profile?.trustedNetworks == nil {
|
if profile?.trustedNetworks == nil {
|
||||||
profile?.trustedNetworks = TrustedNetworks()
|
profile?.trustedNetworks = TrustedNetworks()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// propagate delegate
|
||||||
|
profile?.serviceDelegate = delegate
|
||||||
return profile
|
return profile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue