diff options
| author | Kozlov Dmitry <dima@server> | 2011-01-28 14:41:44 +0300 |
|---|---|---|
| committer | Kozlov Dmitry <dima@server> | 2011-01-28 14:41:44 +0300 |
| commit | a69ae308efe400d14ecbab676a5e7592908c6b46 (patch) | |
| tree | 664b19521bc0fe81f7863aba2218ec54ba1826e2 /accel-pppd/radius | |
| parent | 673bea74d2beb8d4260355f928499230c7ff9b17 (diff) | |
| download | accel-ppp-a69ae308efe400d14ecbab676a5e7592908c6b46.tar.gz accel-ppp-a69ae308efe400d14ecbab676a5e7592908c6b46.zip | |
ppp: send ConfNak with random magic number if magic number in CanfReq is equal to self magic number
Diffstat (limited to 'accel-pppd/radius')
| -rw-r--r-- | accel-pppd/radius/stat_accm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/radius/stat_accm.c b/accel-pppd/radius/stat_accm.c index 9367ceb3..8d4ad3df 100644 --- a/accel-pppd/radius/stat_accm.c +++ b/accel-pppd/radius/stat_accm.c @@ -1,4 +1,5 @@ #include <string.h> +#include <stdlib.h> #include "radius_p.h" #include "mempool.h" |
