diff options
author | Eshenko Dmitriy <snooppy@mail.ua> | 2019-06-27 09:53:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 09:53:59 +0300 |
commit | 5e109c99a058ecf95370b8700c34ed841774a2da (patch) | |
tree | 0f6391c5d23a1db7e7eb2a645130fff8764e4e0f /accel-pppd/radius | |
parent | 228f426966e16b72d4c082c12eb199766c16b734 (diff) | |
download | accel-ppp-5e109c99a058ecf95370b8700c34ed841774a2da.tar.gz accel-ppp-5e109c99a058ecf95370b8700c34ed841774a2da.zip |
Update radius.c
Diffstat (limited to 'accel-pppd/radius')
-rw-r--r-- | accel-pppd/radius/radius.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/radius/radius.c b/accel-pppd/radius/radius.c index d910c9ce..7cf25092 100644 --- a/accel-pppd/radius/radius.c +++ b/accel-pppd/radius/radius.c @@ -949,7 +949,7 @@ static int load_config(void) return -1; } - opt = conf_get_opt("radius", "sid_in_auth"); + opt = conf_get_opt("radius", "sid-in-auth"); if (opt) conf_sid_in_auth = atoi(opt); |