Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Another missed patch



details:   https://anonhg.NetBSD.org/src/rev/dd24559a5823
branches:  trunk
changeset: 349897:dd24559a5823
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Dec 27 13:49:58 2016 +0000

description:
Another missed patch

diffstat:

 sys/net/if_spppsubr.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 221b8da15523 -r dd24559a5823 sys/net/if_spppsubr.c
--- a/sys/net/if_spppsubr.c     Tue Dec 27 13:43:38 2016 +0000
+++ b/sys/net/if_spppsubr.c     Tue Dec 27 13:49:58 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_spppsubr.c,v 1.164 2016/12/26 23:21:49 christos Exp $        */
+/*     $NetBSD: if_spppsubr.c,v 1.165 2016/12/27 13:49:58 christos Exp $        */
 
 /*
  * Synchronous PPP/Cisco link level subroutines.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.164 2016/12/26 23:21:49 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.165 2016/12/27 13:49:58 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_inet.h"
@@ -5372,8 +5372,7 @@
                            ifp->if_xname, __func__, error);
                }
                if (!error) {
-                       (void)pfil_run_hooks(if_pfil,
-                           (struct mbuf **)SIOCAIFADDR, ifp, PFIL_IFADDR);
+                       pfil_run_addrhooks(if_pfil, SIOCAIFADDR, ifa);
                }
        }
 



Home | Main Index | Thread Index | Old Index