summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-10-22 03:00:37 +0000
committereadler <eadler@FreeBSD.org>2012-10-22 03:00:37 +0000
commit3f7a414911a892c8c84206394eb643cbde706d20 (patch)
treec45117cffaa16d0c405fe18e0a22e5a403277232 /usr.sbin/ppp
parent4acd2b3e06da83dd8af23c49beb06a38077f7c4f (diff)
downloadFreeBSD-src-3f7a414911a892c8c84206394eb643cbde706d20.zip
FreeBSD-src-3f7a414911a892c8c84206394eb643cbde706d20.tar.gz
remove duplicate semicolons where possible.
Approved by: cperciva MFC after: 1 week
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/radius.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/radius.c b/usr.sbin/ppp/radius.c
index 6b1d685..dc71ab3 100644
--- a/usr.sbin/ppp/radius.c
+++ b/usr.sbin/ppp/radius.c
@@ -784,7 +784,7 @@ radius_Init(struct radius *r)
r->mppe.recvkeylen = 0;
r->mppe.sendkey = NULL;
r->mppe.sendkeylen = 0;
- *r->cfg.file = '\0';;
+ *r->cfg.file = '\0';
log_Printf(LogDEBUG, "Radius: radius_Init\n");
}
OpenPOWER on IntegriCloud