From f11d73ea7ce6367a36c23c3d2b092d42e03cc120 Mon Sep 17 00:00:00 2001 From: OnNet Date: Sun, 1 Mar 2015 23:23:47 +0300 Subject: [PATCH] Looks like semicolon missed (cherry picked from commit b9bd5a920b10b392cca89466ecca52cd64b626ad) --- kamailio/default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamailio/default.cfg b/kamailio/default.cfg index edab069..7b9f31a 100644 --- a/kamailio/default.cfg +++ b/kamailio/default.cfg @@ -378,7 +378,7 @@ route[HANDLE_MESSAGE] route(INTERNAL_TO_EXTERNAL_RELAY); } else { sl_send_reply("202", "delivered to /dev/null"); - exit() + exit(); } } #!endif