X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=chan_lcr.c;h=13aa680558019e00e5aba5f1e014c84adc91bfdc;hp=2740a32d383118d3c8f95bf8813cd1380524314c;hb=b8ba879d97268aeaa9e5c8838d27d38da731d971;hpb=b787bfbf47f8aaa67d111c5bf144ccf850d61c49 diff --git a/chan_lcr.c b/chan_lcr.c index 2740a32..13aa680 100644 --- a/chan_lcr.c +++ b/chan_lcr.c @@ -1522,8 +1522,7 @@ int receive_message(int message_type, unsigned int ref, union parameter *param) call = find_call_ref(0); if (!call) { /* send release, if ref does not exist */ - CDEBUG(NULL, NULL, "No call found, that requests a ref.\n"); - send_release_and_import(call, CAUSE_NORMAL, LOCATION_PRIVATE_LOCAL); + CERROR(NULL, NULL, "No call found, that requests a ref.\n"); return 0; } /* store new ref */