Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2016 10:54:59 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r308011 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201608191054.u7JAsxR0066605@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");
 	}
 



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