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

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Fri Jun 3 05:42:21 UTC 2016


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

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:41:43 2016	(r304469)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Fri Jun  3 05:42:20 2016	(r304470)
@@ -101,7 +101,7 @@
 createdomain(int argc, char **argv)
 {
 	int error = 0;
-	struct eaps_d *eaps_new;
+	struct eaps_d *eaps_new, *eaps;
 	char *domain_name = *(++argv);
 
 	printf("Create eaps domain %s!\n", domain_name);


More information about the svn-soc-all mailing list