summaryrefslogtreecommitdiff
path: root/modules/session
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2012-11-14 11:43:49 +0000
committerGuenter Knauf <fuankg@apache.org>2012-11-14 11:43:49 +0000
commit5a6d76ec90db8e88d31535b89bfc8c00329140cd (patch)
tree53debdb562b19c05812d8b64a67ce04e0c00c32e /modules/session
parent1070bb2265f132c9635dff75175d5cc350d5f5c5 (diff)
downloadhttpd-5a6d76ec90db8e88d31535b89bfc8c00329140cd.tar.gz
Axed C++ comments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1409170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/session')
-rw-r--r--modules/session/mod_session_dbd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/session/mod_session_dbd.c b/modules/session/mod_session_dbd.c
index dc30bc1425..d6349a8d30 100644
--- a/modules/session/mod_session_dbd.c
+++ b/modules/session/mod_session_dbd.c
@@ -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;
}