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

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Fri Aug 19 10:55:00 UTC 2016


Author: yuanxunzhang
Date: Fri Aug 19 10:54:59 2016
New Revision: 308011
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=308011

Log:
  EAPS: set switch mode interface

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	Fri Aug 19 10:52:34 2016	(r308010)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Fri Aug 19 10:54:59 2016	(r308011)
@@ -250,7 +250,7 @@
 
 	//check the eaps switch mode
 	if ((mode != eaps_mode_message[EAPS_MODE_TRANSIT]) 
-		|| (mode != eaps_mode_message[EAPS_MODE_MASTER])) {
+		&& (mode != eaps_mode_message[EAPS_MODE_MASTER])) {
 		err(1, "Wrong swith mode, swith mode should be transit or master!\n");
 	}
 


More information about the svn-soc-all mailing list