mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
There is no reason to call rt_ifmsg(), remove it.
Submitted by: Paul B Mahol <onemda at gmail.com> MFC after: 1 week
This commit is contained in:
parent
9a9a302fcd
commit
96a911f614
1 changed files with 0 additions and 4 deletions
|
|
@ -1644,10 +1644,6 @@ ndis_linksts_done(adapter)
|
|||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
/* Notify possible listners of interface change. */
|
||||
|
||||
rt_ifmsg(ifp);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue