redirect_url(): Use two seperate variables with limited scope
authorFabian Keil <fk@fabiankeil.de>
Wed, 16 Dec 2020 18:55:41 +0000 (19:55 +0100)
committerFabian Keil <fk@fabiankeil.de>
Thu, 17 Dec 2020 14:14:43 +0000 (15:14 +0100)
commit8c89425e758750c0610802f4a20ecd196c47ca2e
treef2349a6928d19a8a3e1408bcf3b14ada13a840a1
parentbe5ca2bd53e414996f8e087d3eea33fa412b193e
redirect_url(): Use two seperate variables with limited scope

... instead of having two if blocks share a single variable
for no obvious reason.
filters.c