diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-15 22:31:22 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-15 22:31:22 +0000 |
| commit | 80c7cc1c8f027fcf5d5f0a2df4b9aef6904ed079 (patch) | |
| tree | f34884b5132e36e8b0946f07dc1cf090047af8fb /usr.sbin/ppp | |
| parent | 14a0ca29fe703fdb1903fd229ad762a1192690c7 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp')
| -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 f79814125eefe..12b0c0f9a6e71 100644 --- a/usr.sbin/ppp/radius.c +++ b/usr.sbin/ppp/radius.c @@ -1150,7 +1150,7 @@ radius_Account(struct radius *r, struct radacct *ac, struct datalink *dl, snprintf(ac->multi_session_id, sizeof ac->multi_session_id, "%s", dl->bundle->ncp.mp.active ? dl->bundle->ncp.mp.server.socket.sun_path : ""); - }; + } if (rad_put_string(r->cx.rad, RAD_USER_NAME, ac->user_name) != 0 || rad_put_int(r->cx.rad, RAD_SERVICE_TYPE, RAD_FRAMED) != 0 || |
