aboutsummaryrefslogtreecommitdiff
path: root/lib/libradius
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>2000-11-09 00:24:26 +0000
committerEivind Eklund <eivind@FreeBSD.org>2000-11-09 00:24:26 +0000
commit1cd69176319963dea326ebaaacaf81fb6905a34a (patch)
tree406c9a7d9205f41c689527808b1db18bede75c41 /lib/libradius
parent25bca4fc118e0566dcbb2aa30b836e55ad50dd9d (diff)
Notes
Diffstat (limited to 'lib/libradius')
-rw-r--r--lib/libradius/radlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libradius/radlib.c b/lib/libradius/radlib.c
index 47421065743c..9af6e4b851c4 100644
--- a/lib/libradius/radlib.c
+++ b/lib/libradius/radlib.c
@@ -63,8 +63,8 @@ clear_password(struct rad_handle *h)
if (h->pass_len != 0) {
memset(h->pass, 0, h->pass_len);
h->pass_len = 0;
- h->pass_pos = 0;
}
+ h->pass_pos = 0;
}
static void