diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 2000-11-09 00:24:26 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 2000-11-09 00:24:26 +0000 |
| commit | 1cd69176319963dea326ebaaacaf81fb6905a34a (patch) | |
| tree | 406c9a7d9205f41c689527808b1db18bede75c41 /lib/libradius | |
| parent | 25bca4fc118e0566dcbb2aa30b836e55ad50dd9d (diff) | |
Notes
Diffstat (limited to 'lib/libradius')
| -rw-r--r-- | lib/libradius/radlib.c | 2 |
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 |
