socsvn commit: r304472 - soc2016/yuanxunzhang/head/usr.sbin/eaps

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Fri Jun 3 05:59:52 UTC 2016


Author: yuanxunzhang
Date: Fri Jun  3 05:59:51 2016
New Revision: 304472
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=304472

Log:
  freeBSD:EAPS development

Modified:
  soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c

Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Fri Jun  3 05:59:26 2016	(r304471)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Fri Jun  3 05:59:51 2016	(r304472)
@@ -128,7 +128,7 @@
 	int error = 0;
 	struct eaps_d *eaps;
 
-	if (SLIST_EMPTY(&fdsfds)) {
+	if (SLIST_EMPTY(&head)) {
 		printf("No eaps Configuration!\n");
 	}
 


More information about the svn-soc-all mailing list