mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Use rad_acct_open() instead of rad_auth_open().
Suggested by: Victor Ivanov <v0rbiz@icon.bg>
This commit is contained in:
parent
2000bfb4cd
commit
ba093e813d
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ radius_Account(struct radius *r, struct radacct *ac, struct datalink *dl,
|
|||
|
||||
radius_Destroy(r);
|
||||
|
||||
if ((r->cx.rad = rad_auth_open()) == NULL) {
|
||||
if ((r->cx.rad = rad_acct_open()) == NULL) {
|
||||
log_Printf(LogERROR, "rad_auth_open: %s\n", strerror(errno));
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue