You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2013/01/28 12:19:50 UTC

svn commit: r1439345 - /tomcat/native/branches/1.1.x/native/src/sslutils.c

Author: rjung
Date: Mon Jan 28 11:19:50 2013
New Revision: 1439345

URL: http://svn.apache.org/viewvc?rev=1439345&view=rev
Log:
Fix unused variable warning.

Modified:
    tomcat/native/branches/1.1.x/native/src/sslutils.c

Modified: tomcat/native/branches/1.1.x/native/src/sslutils.c
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/src/sslutils.c?rev=1439345&r1=1439344&r2=1439345&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/native/src/sslutils.c (original)
+++ tomcat/native/branches/1.1.x/native/src/sslutils.c Mon Jan 28 11:19:50 2013
@@ -902,7 +902,6 @@ static int add_ocsp_cert(OCSP_REQUEST **
 */
 static apr_socket_t *make_socket(char *hostname, int port, apr_pool_t *mp)
 {
-    int r = 0;
     apr_sockaddr_t *sa_in;
     apr_status_t status;
     apr_socket_t *sock = NULL;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org