From 7a0252247e860806d6456e997149602c9750206a Mon Sep 17 00:00:00 2001 From: Christina Fu Date: Tue, 15 Jan 2013 23:59:24 -0800 Subject: https://fedorahosted.org/pki/ticket/362 RFE: CMC ECC --- base/common/src/com/netscape/cms/profile/input/CMCCertReqInput.java | 1 + 1 file changed, 1 insertion(+) (limited to 'base/common/src/com/netscape/cms/profile/input') diff --git a/base/common/src/com/netscape/cms/profile/input/CMCCertReqInput.java b/base/common/src/com/netscape/cms/profile/input/CMCCertReqInput.java index 8ce1be3ee..a62d6e9f7 100644 --- a/base/common/src/com/netscape/cms/profile/input/CMCCertReqInput.java +++ b/base/common/src/com/netscape/cms/profile/input/CMCCertReqInput.java @@ -97,6 +97,7 @@ public class CMCCertReqInput extends EnrollInput implements IProfileInput { TaggedRequest msgs[] = mEnrollProfile.parseCMC(getLocale(request), cert_request); if (msgs == null) { + CMS.debug("CMCCertReqInput: populate - parseCMC returns null TaggedRequest msgs"); return; } // This profile only handle the first request in CRMF -- cgit