mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
Remove useless semicolon.
This commit is contained in:
parent
5077b5e236
commit
235387ff17
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ static void sal_add_pending_auth(Sal *sal, SalOp *op){
|
|||
}
|
||||
|
||||
void sal_process_authentication(SalOp *op) {
|
||||
belle_sip_request_t* request=belle_sip_transaction_get_request((belle_sip_transaction_t*)op->pending_auth_transaction);;
|
||||
belle_sip_request_t* request=belle_sip_transaction_get_request((belle_sip_transaction_t*)op->pending_auth_transaction);
|
||||
bool_t is_within_dialog=FALSE;
|
||||
belle_sip_list_t* auth_list=NULL;
|
||||
belle_sip_auth_event_t* auth_event;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue