Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2016 05:41:44 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r304469 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201606030541.u535fiDw024095@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang
Date: Fri Jun  3 05:41:43 2016
New Revision: 304469
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=304469

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:38:54 2016	(r304468)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Fri Jun  3 05:41:43 2016	(r304469)
@@ -113,8 +113,15 @@
 
 	if (SLIST_EMPTY(&head)) {
 		printf("No eaps Configuration!\n");
+	} else {
+
+		/* Display EAPS information*/
+		SLIST_FOREACH(eaps, &head, eaps_entries) {
+			printf("\t%s:\n", eaps->eaps_name);
+		}
 	}
-	
+
+
 	exit(error);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606030541.u535fiDw024095>