1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Fix invalid constant value on PPPoE

Fixes #109
This commit is contained in:
Matias Fontanini
2015-11-01 07:55:57 -08:00
parent 978041a9a2
commit 87c4963533

View File

@@ -58,7 +58,7 @@ public:
AC_COOKIE = 0x401,
VENDOR_SPECIFIC = 0x501,
RELAY_SESSION_ID = 0x101,
SERVICE_NAME_ERROR = 0x201,
SERVICE_NAME_ERROR = 0x102,
AC_SYSTEM_ERROR = 0x202,
GENERIC_ERROR = 0x302
#else