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

next in thread | raw e-mail | index | archive | help
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);



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