Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2016 02:40:02 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r307603 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201608150240.u7F2e2xO060110@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang
Date: Mon Aug 15 02:40:01 2016
New Revision: 307603
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307603

Log:
  EAPS: query eaps domian status

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	Mon Aug 15 02:32:51 2016	(r307602)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Mon Aug 15 02:40:01 2016	(r307603)
@@ -186,6 +186,8 @@
 	return;
 }
 
+static struct afswtch *afs = NULL;
+
 void
 af_register(struct afswtch *p)
 {



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