Skip to content

Commit

Permalink
siputils: fix typo for is_first_hope, related to gh #3200
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Jul 25, 2022
1 parent 913761d commit ac75a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/siputils/doc/siputils_admin.xml
Expand Up @@ -1193,7 +1193,7 @@ if (is_supported("outbound")) { ... }
...
if(is_first_hop()) { ... }
...
if(is_first_hop_mode("1")) { ... }
if(is_first_hop("1")) { ... }
...
</programlisting>
</example>
Expand Down

0 comments on commit ac75a03

Please sign in to comment.