Move a variable declaration in parse_client_header_order() to the beginning of its...
authorFabian Keil <fk@fabiankeil.de>
Fri, 5 Oct 2012 12:16:23 +0000 (12:16 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 5 Oct 2012 12:16:23 +0000 (12:16 +0000)
commitace007919482c407568b37292a05ad56e4a47660
tree2faabb29e2245210f38fcb1dabcec908d66470ff
parentda35782a8557d6d11ef251507f9bc87393bc4241
Move a variable declaration in parse_client_header_order() to the beginning of its code block

It's how we usually do it and is apparently also required
when compiling with gcc 2.95.

Initial patch submitted by Simon South in #3564815.
loadcfg.c