From 40a8a15df631bbfd55736ba1f521f95fdc4a7e8d Mon Sep 17 00:00:00 2001 From: Mamadou DIOP Date: Thu, 25 Feb 2016 00:20:49 +0100 Subject: Update QoS report rate Set Weight(Q4) to zero --- tinySIP/src/dialogs/tsip_dialog_layer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tinySIP/src/dialogs/tsip_dialog_layer.c') diff --git a/tinySIP/src/dialogs/tsip_dialog_layer.c b/tinySIP/src/dialogs/tsip_dialog_layer.c index f91dd33..7177507 100755 --- a/tinySIP/src/dialogs/tsip_dialog_layer.c +++ b/tinySIP/src/dialogs/tsip_dialog_layer.c @@ -230,11 +230,11 @@ int tsip_dialog_layer_shutdownAll(tsip_dialog_layer_t *self) tsk_safeobj_lock(self); if(tsk_list_count(self->dialogs, pred_find_dialog_by_not_type, ®type)) { - /* There are non-register dialogs ==> phase-1 */ + /* There is no register dialogs ==> phase-1 */ goto phase1; } else if(tsk_list_count(self->dialogs, pred_find_dialog_by_type, ®type)) { - /* There are one or more register dialogs ==> phase-2 */ + /* There is at least one or more register dialogs ==> phase-2 */ goto phase2; } else { -- cgit v1.1