summaryrefslogtreecommitdiff
path: root/tests/tst-pam_get_item.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tst-pam_get_item.c')
-rw-r--r--tests/tst-pam_get_item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tst-pam_get_item.c b/tests/tst-pam_get_item.c
index 2b0cc7e2..c6e3d9fa 100644
--- a/tests/tst-pam_get_item.c
+++ b/tests/tst-pam_get_item.c
@@ -66,7 +66,7 @@ main (void)
{
const char *service = "dummy";
const char *user = "root";
- struct pam_conv conv;
+ struct pam_conv conv = { NULL, NULL };
pam_handle_t *pamh;
int retval;
unsigned int i;