diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-10-15 01:05:57 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-10-15 01:05:57 +0000 |
| commit | ba093e813dc9eb484bd53f35a2089ab31d489ef8 (patch) | |
| tree | c1ed2f3240078dc89d5ef6987932bcb6ff41baa6 | |
| parent | 2000bfb4cd2e917c04f646b23e279b401651a5b7 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ppp/radius.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/radius.c b/usr.sbin/ppp/radius.c index f247043398a8..37323fcae4d5 100644 --- a/usr.sbin/ppp/radius.c +++ b/usr.sbin/ppp/radius.c @@ -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; } |
