Skip to content

Commit dded7c7

Browse files
authored
Merge pull request #3642 from NormB/usrloc-doc-update
Fix syntax in ul_get_key example
2 parents a615253 + e668c9d commit dded7c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/usrloc/doc/usrloc_admin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ ul_add_key("location", "$tU@$td", "service_route", "$hdr(Service-Route)");
16081608
<title><function>ul_get_key</function> usage</title>
16091609
<programlisting format="linespecific">
16101610
...
1611-
if (ul_get_key("location", "$tU@$td", "service_route", "$avp(service_route)")) {
1611+
if (ul_get_key("location", "$tU@$td", "service_route", $avp(service_route))) {
16121612
append_to_reply("Service-Route: $avp(service_route)\r\n");
16131613
}
16141614
...

0 commit comments

Comments
 (0)