|
@@ -330,7 +330,7 @@ int cxdx_send_sar(struct sip_msg *msg, str public_identity, str private_identity
|
|
|
}
|
|
|
if (!sar) goto error1;
|
|
|
|
|
|
- if (!cxdx_add_call_id(sar, cscf_get_call_id(msg, &hdr)));
|
|
|
+ if (!cxdx_add_call_id(sar, cscf_get_call_id(msg, &hdr))) goto error1;
|
|
|
if (!cxdx_add_destination_realm(sar, cxdx_dest_realm)) goto error1;
|
|
|
|
|
|
if (!cxdx_add_vendor_specific_appid(sar, IMS_vendor_id_3GPP, IMS_Cx, 0 /*IMS_Cx*/)) goto error1;
|