]> granicus.if.org Git - apache/commitdiff
Axed C++ comments.
authorGuenter Knauf <fuankg@apache.org>
Wed, 14 Nov 2012 11:43:49 +0000 (11:43 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 14 Nov 2012 11:43:49 +0000 (11:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1409170 13f79535-47bb-0310-9956-ffa450edef68

modules/session/mod_session_dbd.c

index dc30bc14251354f5763b48d00d493706b8c84ae3..d6349a8d306dfaf646f9a1e16304fe641840b075 100644 (file)
@@ -348,8 +348,8 @@ static apr_status_t dbd_remove(request_rec * r, const char *key)
 
     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;
     }