diff options
Diffstat (limited to 'tests/tst-pam_fail_delay.c')
-rw-r--r-- | tests/tst-pam_fail_delay.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tst-pam_fail_delay.c b/tests/tst-pam_fail_delay.c index d81c5765..0126af93 100644 --- a/tests/tst-pam_fail_delay.c +++ b/tests/tst-pam_fail_delay.c @@ -31,9 +31,7 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H #include <config.h> -#endif #include <stdio.h> #include <unistd.h> @@ -67,6 +65,8 @@ main (void) return 1; } + pam_end (pamh, retval); + /* 2: use NULL pam handle */ retval = pam_fail_delay (NULL, 60); if (retval == PAM_SUCCESS) |