summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmagne <jmagne@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-06-04 01:05:04 +0000
committerjmagne <jmagne@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-06-04 01:05:04 +0000
commit691e07eefa3e0ae1a921851aa9f67bacef3444aa (patch)
treeccd7db74db2e4422b51c9880c8b81dcd4d575e95
parent69f37588f40879a3694f9671c209bfaa8a99b546 (diff)
downloadpki-691e07eefa3e0ae1a921851aa9f67bacef3444aa.tar.gz
pki-691e07eefa3e0ae1a921851aa9f67bacef3444aa.tar.xz
pki-691e07eefa3e0ae1a921851aa9f67bacef3444aa.zip
Fix for #504058.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@549 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r--pki/base/tps/src/processor/RA_Format_Processor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/base/tps/src/processor/RA_Format_Processor.cpp b/pki/base/tps/src/processor/RA_Format_Processor.cpp
index dda751dd8..f4503ab94 100644
--- a/pki/base/tps/src/processor/RA_Format_Processor.cpp
+++ b/pki/base/tps/src/processor/RA_Format_Processor.cpp
@@ -104,7 +104,7 @@ TPS_PUBLIC RA_Status RA_Format_Processor::Process(RA_Session *session, NameValue
LDAPMessage *e = NULL;
LDAPMessage *result = NULL;
char serial[100];
- char *statusString;
+ char *statusString = NULL;
char filter[512];
int statusNum;
Buffer curKeyInfo;