[sr-dev] [kamailio/kamailio] Typo in src/modules/siputils/doc/siputils_admin.xml doc (Issue #3200)

arkadiam notifications at github.com
Mon Jul 25 18:46:51 CEST 2022


### Description

Typo in function example at src/modules/siputils/doc/siputils_admin.xml:

Instead of: 

...
if(is_first_hop()) { ... }
...
if(is_first_hop_mode("1")) { ... }
...

example should be:

...
if (is_first_hop()) { ... }
...
if (is_first_hop("1")) { ... }
...



-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3200
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/3200 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20220725/448c093d/attachment.htm>


More information about the sr-dev mailing list