Skip to content
  • Cy Schubert's avatar
    ipfilter: Avoid a null if-then-else blocks · 931fb035
    Cy Schubert authored
    When WITHOUT_INET6 is selected we generate a null if-then-else blocks
    due to incorrect placment of #if statments. Move the #if statements
    reducing unnecessary runtime comparisons WITHOUT_INET6.
    
    (cherry picked from commit 73db3b64)
    931fb035