aboutsummaryrefslogtreecommitdiff
path: root/security/pam_af/files/patch-common_subr.c
blob: 807db943817d22223d9832436856aeface4a8789 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- common/subr.c.orig	Sun Oct  1 18:13:16 2006
+++ common/subr.c	Sun Oct  1 18:14:09 2006
@@ -322,7 +322,7 @@
 	const char	*db;
 	char		*host;
 {
-	datum			key, data;
+	datum			key, data = {NULL, 0};
 	struct			myaddrinfo *res0, *res;
 	static hostrule_t	hstent;
 	int			found = 0;