]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
fix logic in ap_method_list_(add|remove) in order:
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 15 Jul 2014 19:09:06 +0000 (19:09 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 15 Jul 2014 19:09:06 +0000 (19:09 +0000)
commitc02c1efb2643112ed4b7f4e664fa7d639e089a51
tree80699e79f99ab146b22096a6d8a5f4e00c782f8f
parent1ea001b2e6f7004510ed778e0faa98f9aa322617
fix logic in ap_method_list_(add|remove) in order:
       - to correctly reset bits
       - not to modify the 'method_mask' bitfield unnecessarily

Also remove a useless 'register' in the declaration of a variable.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1610813 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/http/http_protocol.c