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

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Fri Jun 3 05:15:17 UTC 2016


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

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:11:05 2016	(r304463)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Fri Jun  3 05:15:16 2016	(r304464)
@@ -128,9 +128,9 @@
 	int error = 0;
 	struct eaps_d *eaps;
 
-	if (SLIST_EMPTY(&eaps_head)) {
-		printf("No eaps Configuration!\n");
-	}
+	// if (SLIST_EMPTY(&eaps_head)) {
+	// 	printf("No eaps Configuration!\n");
+	// }
 	/* Display EAPS information*/
 	SLIST_FOREACH(eaps, &eaps_head, eaps_entries) {
 		printf("\t%s\n", eaps->eaps_name);


More information about the svn-soc-all mailing list