Skip to content
Snippets Groups Projects
Commit 556f74c5 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

remove remaining C++ style comments

parent a2eec74f
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,8 @@
/*
* Submatch escape char
*/
//#define REWRITE_SUBMATCH_ESCAPE '\\'
/* the '\' conflicts with slapd.conf parsing */
/* #define REWRITE_SUBMATCH_ESCAPE '\\' */
#define REWRITE_SUBMATCH_ESCAPE '%'
/*
......
......@@ -76,7 +76,7 @@ apply(
sep[ 0 ] = '\0';
sep++;
}
// rc = rewrite( info, rewriteContext, string, &result );
/* rc = rewrite( info, rewriteContext, string, &result ); */
rc = rewrite_session( info, rewriteContext, string,
cookie, &result );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment