mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix compilation issue
This commit is contained in:
parent
d60ebd8c6b
commit
e545c63832
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ const char* sal_transport_to_string(SalTransport transport) {
|
|||
case SalTransportDTLS:return "DTLS";
|
||||
default: {
|
||||
ms_fatal("Unexpected transport [%i]",transport);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue