From 2ee198430cfc5c6cbf99b5110ebd212d64f22ef0 Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Sun, 19 Jan 2014 20:58:34 +0400 Subject: pppoe: fix typo Signed-off-by: Dmitry Kozlov --- accel-pppd/ctrl/pppoe/tr101.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accel-pppd/ctrl/pppoe/tr101.c b/accel-pppd/ctrl/pppoe/tr101.c index e91b9cf..bb8b845 100644 --- a/accel-pppd/ctrl/pppoe/tr101.c +++ b/accel-pppd/ctrl/pppoe/tr101.c @@ -51,7 +51,7 @@ static int tr101_send_request(struct pppoe_tag *tr101, struct rad_packet_t *pack * which excludes attributes 0x85 to 0x90. * Here, we follow the TR-101 guidelines. */ - if (type && id >= 0x85 && id =< 0x90) { + if (type && id >= 0x85 && id <= 0x90) { ptr += len; continue; } -- cgit v1.2.3