Commit 062d18fd authored by Pavel Tvrdík's avatar Pavel Tvrdík
Browse files

Fix typo

parent 9a74622c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ dev_ifa_notify(struct proto *P, uint flags, struct ifa *ad)

  if (!EMPTY_LIST(cf->iface_list) &&
      !iface_patt_find(&cf->iface_list, ad->iface, ad->iface->addr))
    /* Empty list is automagically treated as "*" */
    /* Empty list is automatically treated as "*" */
    return;

  if (ad->flags & IA_SECONDARY)