From 3fd27c09c84a852927437b195edfa60ee68c85ae Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Mon, 18 Feb 2013 16:10:42 +0100 Subject: [PATCH] fix compilation issue --- coreapi/bellesip_sal/sal_op_call_transfer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/bellesip_sal/sal_op_call_transfer.c b/coreapi/bellesip_sal/sal_op_call_transfer.c index 115b07698..d8823afa8 100644 --- a/coreapi/bellesip_sal/sal_op_call_transfer.c +++ b/coreapi/bellesip_sal/sal_op_call_transfer.c @@ -180,7 +180,7 @@ void sal_op_call_process_notify(SalOp *op, const belle_sip_request_event_t *even if (sipfrag){ int code=belle_sip_response_get_status_code(sipfrag); - SalReferStatus status; + SalReferStatus status=SalReferFailed; if (code==100){ status=SalReferTrying; }else if (code==200){