socsvn commit: r308170 - soc2016/yuanxunzhang/head/sys/net

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Mon Aug 22 11:12:32 UTC 2016


Author: yuanxunzhang
Date: Mon Aug 22 11:12:30 2016
New Revision: 308170
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=308170

Log:
  EAPS: fix the bug

Modified:
  soc2016/yuanxunzhang/head/sys/net/eaps.c

Modified: soc2016/yuanxunzhang/head/sys/net/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/sys/net/eaps.c	Mon Aug 22 10:50:30 2016	(r308169)
+++ soc2016/yuanxunzhang/head/sys/net/eaps.c	Mon Aug 22 11:12:30 2016	(r308170)
@@ -268,6 +268,8 @@
 	es->status = sc->sc_eaps.status;
 	es->mode = sc->sc_eaps.mode;
 	es->priority = sc->sc_eaps.priority;
+	es->hellotime = sc->sc_eaps.hellotime;
+	es->failtime = sc->sc_eaps.failtime;
 	(void) strlcpy(es->ifname, sc->sc_ifp->if_xname, sizeof(sc->sc_ifp->if_xname));
 	EAPS_RUNLOCK(sc, &tracker);
 }


More information about the svn-soc-all mailing list