Author: orw
Date: Thu Mar 29 06:57:18 2012
New Revision: 1306725
URL: http://svn.apache.org/viewvc?rev=1306725&view=rev
Log:
correct method signature - (author: Jean-Louis 'Hans' Fuchs
<[email protected]>)
Modified:
incubator/ooo/trunk/main/ucb/source/ucp/webdav/SerfSession.cxx
Modified: incubator/ooo/trunk/main/ucb/source/ucp/webdav/SerfSession.cxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/ucb/source/ucp/webdav/SerfSession.cxx?rev=1306725&r1=1306724&r2=1306725&view=diff
==============================================================================
--- incubator/ooo/trunk/main/ucb/source/ucp/webdav/SerfSession.cxx (original)
+++ incubator/ooo/trunk/main/ucb/source/ucp/webdav/SerfSession.cxx Thu Mar 29
06:57:18 2012
@@ -368,7 +368,7 @@ namespace {
apr_status_t SerfSession::verifySerfCertificateChain (
int,
const char** pCertificateChainBase64Encoded,
- const int nCertificateChainLength)
+ int nCertificateChainLength)
{
// Check arguments.
if (pCertificateChainBase64Encoded == NULL || nCertificateChainLength<=0)