DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9989>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9989

patch: htpasswd bug ("-n and -c conflicts" although I didn't give -n)

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Summary|patch: htpasswd bug ("-n and|patch: htpasswd bug ("-n and
                   |-c conflicts" although I    |-c conflicts" although I
                   |didn't give -n)             |didn't give -n)



------- Additional Comments From [EMAIL PROTECTED]  2002-06-19 17:27 -------
AWWWW MAN!!! Sorry, my fault.  The logic before said : 
 
if (*mask & (APHTP_NEWFILE & APHTP_NOFILE)) { 
 
which was visibly broken, so I changed it without actually testing to what it 
is now, which is also wrong.  ;( 
 
Anyway, I'm officially changing it to: 
 
if ((*mask & APHTP_NEWFILE) && (*mask & APHTP_NOFILE)) { 
 
I'll place a patch in 
http://www.apache.org/dist/httpd/patches/apply_to_2.0.39/ 
 
Thanks for your report!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to