Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2016 17:54:26 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r308189 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201608221754.u7MHsQac032683@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang
Date: Mon Aug 22 17:54:26 2016
New Revision: 308189
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=308189

Log:
  EAPS: fix compile errors

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 22 17:52:15 2016	(r308188)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Mon Aug 22 17:54:26 2016	(r308189)
@@ -402,8 +402,6 @@
 static void
 set_eaps_primary_port(int argc, char **argv, int s)
 {
-	int error = 0;
-
 	struct eaps_state es;
 	bzero(&es, sizeof(es));
 



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