Date: Wed, 17 Aug 2016 07:27:01 GMT From: yuanxunzhang@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r307780 - soc2016/yuanxunzhang/head/usr.sbin/eaps Message-ID: <201608170727.u7H7R1lF062978@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang Date: Wed Aug 17 07:27:00 2016 New Revision: 307780 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307780 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 Wed Aug 17 06:58:43 2016 (r307779) +++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c Wed Aug 17 07:27:00 2016 (r307780) @@ -170,6 +170,8 @@ static void show_eaps_status(int argc, char **argv, int s) { + int error = 0; + struct eaps_reqall er; bzero(&er, sizeof(er));
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608170727.u7H7R1lF062978>