aboutsummaryrefslogtreecommitdiff
path: root/tests/tst-pam_fail_delay.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tst-pam_fail_delay.c')
-rw-r--r--tests/tst-pam_fail_delay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tst-pam_fail_delay.c b/tests/tst-pam_fail_delay.c
index d81c5765..f166ec0d 100644
--- a/tests/tst-pam_fail_delay.c
+++ b/tests/tst-pam_fail_delay.c
@@ -67,6 +67,8 @@ main (void)
return 1;
}
+ pam_end (pamh, retval);
+
/* 2: use NULL pam handle */
retval = pam_fail_delay (NULL, 60);
if (retval == PAM_SUCCESS)