diff options
author | Kozlov Dmitry <dima@server> | 2010-11-09 12:03:08 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-11-09 12:03:08 +0300 |
commit | 08344fe080a5557295b03c46262fc6f4d2845d7a (patch) | |
tree | 1b9dbc12202c8affd224d454370f8a0d18bd1f09 /accel-pptpd/CMakeLists.txt | |
parent | ea29f31e5b072ea1247a18bbecb9e2f47a36bc72 (diff) | |
download | accel-ppp-08344fe080a5557295b03c46262fc6f4d2845d7a.tar.gz accel-ppp-08344fe080a5557295b03c46262fc6f4d2845d7a.zip |
radius: fixed incorrect session identification by Framed-IP-Address when ip assigned from internal pool
Diffstat (limited to 'accel-pptpd/CMakeLists.txt')
-rw-r--r-- | accel-pptpd/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/accel-pptpd/CMakeLists.txt b/accel-pptpd/CMakeLists.txt index 270f0a6c..7b7c2790 100644 --- a/accel-pptpd/CMakeLists.txt +++ b/accel-pptpd/CMakeLists.txt @@ -43,7 +43,9 @@ ADD_EXECUTABLE(accel-pptpd ppp/ipcp_opt_ipaddr.c ppp/ipcp_opt_dns.c ppp/ppp_ccp.c - ppp/ccp_mppe.c + ppp/ccp_mppe.c + + cli/telnet.c pwdb.c ipdb.c |