From 015d1136a85298e5f166e8abb5fcce57e1f224da Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sun, 27 Jul 2014 19:56:57 +0000 Subject: [PATCH] Rmac support is not optional anymore. FossilOrigin-Name: b49a029451db9be170b22064d68b363ca61532c6600b61111e97d6135b224f4f --- src/capwap/cwrmsg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/capwap/cwrmsg.h b/src/capwap/cwrmsg.h index 3ee7b971..d1d3c1d7 100644 --- a/src/capwap/cwrmsg.h +++ b/src/capwap/cwrmsg.h @@ -9,9 +9,9 @@ struct cwrmsg{ int type; int seqnum; int msglen; -#ifdef WITH_RMAC_SUPPORT +//#ifdef WITH_RMAC_SUPPORT uint8_t * rmac; -#endif +//#endif };