diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-18 08:44:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-18 08:44:19 +0000 |
commit | 48e68dd875c6afb466627d9240564516436a6e1b (patch) | |
tree | 70ba6ee2c60c6ffb08360ea6369403f2957517e6 /net/freeradius2/files/patch-x99_rlm.c | |
parent | Update to 0.9.8.4 (diff) |
Update to version 1.0.2
PR: ports/77661
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=129131
Diffstat (limited to 'net/freeradius2/files/patch-x99_rlm.c')
-rw-r--r-- | net/freeradius2/files/patch-x99_rlm.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/freeradius2/files/patch-x99_rlm.c b/net/freeradius2/files/patch-x99_rlm.c deleted file mode 100644 index 70fecf4393d8..000000000000 --- a/net/freeradius2/files/patch-x99_rlm.c +++ /dev/null @@ -1,21 +0,0 @@ ---- src/modules/rlm_x99_token/x99_rlm.c.orig Wed Aug 18 10:52:56 2004 -+++ src/modules/rlm_x99_token/x99_rlm.c Wed Aug 18 10:53:43 2004 -@@ -544,8 +544,6 @@ - "auth: bad state for [%s]: expired", username); - return RLM_MODULE_REJECT; - } --good_state: -- /* State is good! */ - - } else { - /* This should only happen if the authorize code didn't run. */ -@@ -555,6 +553,9 @@ - return RLM_MODULE_FAIL; - } - } /* if (!fast_sync) */ -+ -+good_state: -+ /* State is good! */ - - /* Get the time of the last authentication. */ - if (x99_get_last_auth(inst->syncdir, username, &last_auth) != 0) { |