Remove an unreachable else clause in match_sockaddr()
authorFabian Keil <fk@fabiankeil.de>
Tue, 23 Apr 2013 09:37:28 +0000 (09:37 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 23 Apr 2013 09:37:28 +0000 (09:37 +0000)
commit2af4bea25a2ecb1024d1c4a759399e1d22c4f3b4
treed6ac9a77344f33fa6710e9693e9e63db0d4dcb11
parent2888c66409527be8712485952dc982b8ff7e4a97
Remove an unreachable else clause in match_sockaddr()

Family mismatches are already checked for and dealt with at
the beginning of the function (and aren't supposed to happen
anyway).
filters.c