diff options
author | Guenter Knauf <fuankg@apache.org> | 2012-11-14 12:43:49 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2012-11-14 12:43:49 +0100 |
commit | 5a6d76ec90db8e88d31535b89bfc8c00329140cd (patch) | |
tree | 53debdb562b19c05812d8b64a67ce04e0c00c32e /modules/session/mod_session_dbd.c | |
parent | formatting: space vs tab (diff) | |
download | apache2-5a6d76ec90db8e88d31535b89bfc8c00329140cd.tar.xz apache2-5a6d76ec90db8e88d31535b89bfc8c00329140cd.zip |
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/mod_session_dbd.c')
-rw-r--r-- | modules/session/mod_session_dbd.c | 4 |
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; } |