RE: cvs commit: httpd-2.0/modules/ssl mod_ssl.h ssl_engine_log.c

2002-02-26 Thread Ryan Bloom
m: Cliff Woolley [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 26, 2002 4:44 PM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: httpd-2.0/modules/ssl mod_ssl.h ssl_engine_log.c > > On 27 Feb 2002 [EMAIL PROTECTED] wrote: > > >/* determine whether newline

Re: cvs commit: httpd-2.0/modules/ssl mod_ssl.h ssl_engine_log.c

2002-02-26 Thread Cliff Woolley
On 27 Feb 2002 [EMAIL PROTECTED] wrote: >/* determine whether newline should be written */ >if (add & SSL_NO_NEWLINE) > -nstr[0] = NUL; > +nstr = NUL; How can that be right? mod_ssl.h:#define NUL '\0' So now nstr is a null pointer rather than an empty strin