Skip to content

Commit

Permalink
uac: minor spelling fix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Jul 21, 2019
1 parent 8334e61 commit e7061ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/uac/doc/uac_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ if(uac_reg_request_to("$fU", 0))
failure_route[REMOTE_AUTH] {
if ($T_reply_code == 401 or $T_reply_code == 407) {
xlog("L_NOTICE", "Remote asked for authentication");
uac_auth()
uac_auth();
}
}
...
Expand Down

0 comments on commit e7061ee

Please sign in to comment.