summaryrefslogtreecommitdiff
path: root/tests/tst-pam_getenvlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tst-pam_getenvlist.c')
-rw-r--r--tests/tst-pam_getenvlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tst-pam_getenvlist.c b/tests/tst-pam_getenvlist.c
index d24a9bf9..a1184f1a 100644
--- a/tests/tst-pam_getenvlist.c
+++ b/tests/tst-pam_getenvlist.c
@@ -48,7 +48,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;
char **ptr;