You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2012/11/14 12:43:50 UTC

svn commit: r1409170 - /httpd/httpd/trunk/modules/session/mod_session_dbd.c

Author: fuankg
Date: Wed Nov 14 11:43:49 2012
New Revision: 1409170

URL: http://svn.apache.org/viewvc?rev=1409170&view=rev
Log:
Axed C++ comments.

Modified:
    httpd/httpd/trunk/modules/session/mod_session_dbd.c

Modified: httpd/httpd/trunk/modules/session/mod_session_dbd.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/session/mod_session_dbd.c?rev=1409170&r1=1409169&r2=1409170&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/session/mod_session_dbd.c (original)
+++ httpd/httpd/trunk/modules/session/mod_session_dbd.c Wed Nov 14 11:43:49 2012
@@ -348,8 +348,8 @@ static apr_status_t dbd_remove(request_r
 
     rv = dbd_init(r, conf->deletelabel, &dbd, &statement);
     if (rv != APR_SUCCESS) {
-        // No need to do additional error logging here, it has already
-        // been done in dbd_init if needed
+        /* No need to do additional error logging here, it has already
+           been done in dbd_init if needed */
         return rv;
     }