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

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

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	Sun Aug 14 23:38:50 2016	(r307600)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Mon Aug 15 02:31:55 2016	(r307601)
@@ -49,7 +49,7 @@
 #include <sysexits.h>
 #include <strings.h>
 #include <unistd.h>
-
+#include "eaps.h"
 /*
  * EAPS Command Line Module - configure, and display eaps
  */
@@ -186,6 +186,13 @@
 	return;
 }
 
+void
+af_register(struct afswtch *p)
+{
+	p->af_next = afs;
+	afs = p;
+}
+
 int
 keyword(const char *cp)
 {



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