mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
remove remaining C++ style comments
This commit is contained in:
parent
a2eec74fc1
commit
556f74c534
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user