From 5ad2940670b06e0d9ed2db03ea362385d73e86cb Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 27 May 2009 16:22:23 +0200 Subject: Fix gcc warnings. 500815 --- pfind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pfind.c') diff --git a/pfind.c b/pfind.c index 0c6a9a7..1c82fef 100644 --- a/pfind.c +++ b/pfind.c @@ -517,7 +517,7 @@ pem_FindObjectsInit CK_RV * pError ) { - NSSArena *arena; + NSSArena *arena = NULL; NSSCKMDFindObjects *rv = (NSSCKMDFindObjects *) NULL; struct pemFOStr *fo = (struct pemFOStr *) NULL; pemInternalObject **temp = (pemInternalObject **) NULL; -- cgit