Skip to content

Commit

Permalink
manually apply PR #104
Browse files Browse the repository at this point in the history
  • Loading branch information
GIC-de committed Jul 12, 2022
1 parent e366372 commit 343e512
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyrad/packet.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def VerifyChapPasswd(self, userpwd):
def VerifyAuthRequest(self):
"""Verify request authenticator.
:return: True if verification failed else False
:return: True if verification passed else False
:rtype: boolean
"""
assert(self.raw_packet)
Expand Down Expand Up @@ -869,7 +869,7 @@ def CreateReply(self, **attributes):
def VerifyAcctRequest(self):
"""Verify request authenticator.
:return: False if verification failed else True
:return: True if verification passed else False
:rtype: boolean
"""
assert(self.raw_packet)
Expand Down Expand Up @@ -938,7 +938,7 @@ def CreateReply(self, **attributes):
def VerifyCoARequest(self):
"""Verify request authenticator.
:return: False if verification failed else True
:return: True if verification passed else False
:rtype: boolean
"""
assert(self.raw_packet)
Expand Down

0 comments on commit 343e512

Please sign in to comment.