socsvn commit: r308189 - soc2016/yuanxunzhang/head/usr.sbin/eaps

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Mon Aug 22 17:54:27 UTC 2016


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));
 


More information about the svn-soc-all mailing list