diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 2000-11-08 18:36:56 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 2000-11-08 18:36:56 +0000 |
| commit | 62ac643d25d680ae702e2c48b714dbb09bd64286 (patch) | |
| tree | 3a7fe3ab654e2c5d9ad8e09eab128d73a1d9bc49 | |
| parent | 6b1d8ceabee0e9b0776203658ff54d73a0791071 (diff) | |
Notes
| -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 |
