diff options
author | xebd <xeb@mail.ru> | 2019-06-28 15:37:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-28 15:37:49 +0300 |
commit | 3f32b4f345d4e7594a162ee0e2bed1037772dc7b (patch) | |
tree | b11f77c200f7d79a032c296b4dfa0b4fbe21d198 /accel-pppd | |
parent | b0939b19889a4629de7e779969336bef062adff6 (diff) | |
parent | 5e109c99a058ecf95370b8700c34ed841774a2da (diff) | |
download | accel-ppp-3f32b4f345d4e7594a162ee0e2bed1037772dc7b.tar.gz accel-ppp-3f32b4f345d4e7594a162ee0e2bed1037772dc7b.zip |
Merge pull request #84 from DmitriyEshenko/patch-6
Change variable name sid_in_auth radius.c
Diffstat (limited to 'accel-pppd')
-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 d910c9c..7cf2509 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); |