Graham Leggett wrote:
[EMAIL PROTECTED] wrote:
/* artificially disable cache */
-//l = NULL;
+l = NULL;
This change just commented back in behaviour that had been commented out
- can you surround this one with /* instead?
fixed, thanks (blush)
[EMAIL PROTECTED] wrote:
trawick 2003/04/04 05:42:26
Modified:modules/experimental mod_auth_ldap.c util_ldap.c
Log:
I don't think we're ready for C++/c89 slash-slash comments
just to clarify: beyond any mere style issues, this is something that
affects the user community, since some
[EMAIL PROTECTED] wrote:
/* artificially disable cache */
-//l = NULL;
+l = NULL;
This change just commented back in behaviour that had been commented out
- can you surround this one with /* instead?
Regards,
Graham
--
-
[EMAIL PROTECTED]