Skip to content

Commit

Permalink
misc: use single quotes in formatted ruby scrip for kemi example
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 8, 2020
1 parent c953af2 commit 77a1698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/examples/kemi/kamailio-basic-kemi-ruby.rb
Expand Up @@ -82,7 +82,7 @@ def ksr_route_reqinit()
end

if KSR::SANITY.sanity_check(1511, 7) < 0 then
KSR.err("Malformed SIP message from #{KSR::PV.get("$si")}:#{KSR::PV.get("$sp")}\n");
KSR.err("Malformed SIP message from #{KSR::PV.get('$si')}:#{KSR::PV.get('$sp')}\n");
exit
end
end
Expand Down Expand Up @@ -292,4 +292,4 @@ def ksr_route_location()

ksr_route_relay()
exit
end
end

0 comments on commit 77a1698

Please sign in to comment.