Skip to content

Commit

Permalink
auth: typo statefulLy
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent d50905a commit 2e8f982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/auth/auth.xml
Expand Up @@ -329,7 +329,7 @@
mode, ie., a transaction should be created prior to the
authentication check, for instance by using the function
<serdoc:func>t_newtran</serdoc:func>, to absorb possible
retransmissions. All the replies need to be sent statefuly,
retransmissions. All the replies need to be sent statefully,
using <serdoc:func>t_reply()</serdoc:func>). Otherwise,
all retransmissions will be challenged which may cause the user
agent to believe the password supplied by the user to be wrong.
Expand Down

0 comments on commit 2e8f982

Please sign in to comment.