httpd: fix /../ sanitization (had one extra semicolon). rewrote it
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 16 Dec 2011 00:37:02 +0000 (01:37 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 16 Dec 2011 00:37:02 +0000 (01:37 +0100)
commitb05cd6b7a768039fa799f62634bdc83cb5803ed7
tree74c58f2181aa60a78e63c9cb50db270c7d7aa4f0
parentcda6ea905d448e2a2058b5eb44db50b256659b50
httpd: fix /../ sanitization (had one extra semicolon). rewrote it

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