From fd9f31b4dad9d6e0c21df1baddcd3f6e5522b9c6 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 10 Apr 2013 15:31:40 +0200 Subject: [PATCH] fix typo --- kamailio_conf.lua.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamailio_conf.lua.tt2 b/kamailio_conf.lua.tt2 index eac8827..9ff73bd 100644 --- a/kamailio_conf.lua.tt2 +++ b/kamailio_conf.lua.tt2 @@ -20,7 +20,7 @@ end function ngcp_clean(vtype) ngcp:clean(vtype) - if #loaded_keys[vtpe] > 0 then + if #loaded_keys[vtype] > 0 then sr.log("info", string.format("callee-> real: %s", table.tostring(loaded_keys[vtype]))) end end