Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 29335 invoked from network); 28 Apr 2008 06:16:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Apr 2008 06:16:24 -0000 Received: (qmail 39843 invoked by uid 500); 28 Apr 2008 06:16:26 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 39706 invoked by uid 500); 28 Apr 2008 06:16:25 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 39695 invoked by uid 500); 28 Apr 2008 06:16:25 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 39692 invoked by uid 99); 28 Apr 2008 06:16:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Apr 2008 23:16:25 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2008 06:15:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 054251A981C; Sun, 27 Apr 2008 23:16:00 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r652067 - /webservices/axis2/trunk/c/neethi/src/secpolicy/model/rampart_config.c Date: Mon, 28 Apr 2008 06:16:00 -0000 To: axis2-cvs@ws.apache.org From: supun@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080428061601.054251A981C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: supun Date: Sun Apr 27 23:15:58 2008 New Revision: 652067 URL: http://svn.apache.org/viewvc?rev=652067&view=rev Log: fixing RAMPARTC-90. Thanks Kasun. Modified: webservices/axis2/trunk/c/neethi/src/secpolicy/model/rampart_config.c Modified: webservices/axis2/trunk/c/neethi/src/secpolicy/model/rampart_config.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/neethi/src/secpolicy/model/rampart_config.c?rev=652067&r1=652066&r2=652067&view=diff ============================================================================== --- webservices/axis2/trunk/c/neethi/src/secpolicy/model/rampart_config.c (original) +++ webservices/axis2/trunk/c/neethi/src/secpolicy/model/rampart_config.c Sun Apr 27 23:15:58 2008 @@ -64,6 +64,7 @@ rampart_config->sct_provider = NULL; rampart_config->password_type = NULL; rampart_config->time_to_live = NULL; + rampart_config->pkcs12_file = NULL; rampart_config->rd_val = NULL; rampart_config->ref = 0; --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org