httpd: make rmt_ip variable local
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 16 Apr 2019 11:18:12 +0000 (13:18 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 16 Apr 2019 11:18:12 +0000 (13:18 +0200)
commit62ba9e5ac3f158eb36b365af43f8d7d680710963
tree9d784a3ad9e39d36df7ad015e1b88bb682f3c166
parent44f5b6a1cb66ee0a6d253de306b167baf33d02c9
httpd: make rmt_ip variable local

function                                             old     new   delta
handle_incoming_and_exit                            2385    2398     +13
if_ip_denied_send_HTTP_FORBIDDEN_and_exit             51      54      +3
get_line                                             110     106      -4
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/1 up/down: 16/-4)              Total: 12 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/httpd.c