Skip to content
  • Cy Schubert's avatar
    ipfilter: Avoid more null if-then-else blocks · fdf2f690
    Cy Schubert authored
    As in 73db3b64, when WITHOUT_INET6 is selected, null if-then-else
    blocks are generated because #if statements are incorrectly placed.
    Moving the #if statements reduces unnecessary runtime comparisons or
    compiler optimizations.
    
    (cherry picked from commit 130df647)
    fdf2f690