From: Guenter Knauf Date: Wed, 14 Nov 2012 11:43:49 +0000 (+0000) Subject: Axed C++ comments. X-Git-Tag: 2.5.0-alpha~6122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a6d76ec90db8e88d31535b89bfc8c00329140cd;p=apache Axed C++ comments. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1409170 13f79535-47bb-0310-9956-ffa450edef68 --- 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; }