]> granicus.if.org Git - apache/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)
commit3b365793c19aff95d1cf9bbea19f138752264d12
tree80699e79f99ab146b22096a6d8a5f4e00c782f8f
parent1a607a991489d75ed526de415ab30b2eea7c26b4
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