Re: cvs commit: httpd-2.0/modules/experimental mod_auth_ldap.c util_ldap.c

2003-04-04 Thread Jeff Trawick
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)

Re: cvs commit: httpd-2.0/modules/experimental mod_auth_ldap.c util_ldap.c

2003-04-04 Thread Jeff Trawick
[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

Re: cvs commit: httpd-2.0/modules/experimental mod_auth_ldap.c util_ldap.c

2003-04-04 Thread Graham Leggett
[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]