summaryrefslogtreecommitdiffstats
path: root/lib/libradius
diff options
context:
space:
mode:
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 4742106..9af6e4b 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
OpenPOWER on IntegriCloud