From 7cbe26069c40be4e2f07443d425b4c14f985e728 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Wed, 14 Jul 2004 13:31:17 +0000 Subject: [PATCH] Remove a stray backslash --- usr.sbin/ppp/radius.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ppp/radius.c b/usr.sbin/ppp/radius.c index 57ed21bf6b9..c66965fc4cd 100644 --- a/usr.sbin/ppp/radius.c +++ b/usr.sbin/ppp/radius.c @@ -1082,7 +1082,7 @@ radius_Account(struct radius *r, struct radacct *ac, struct datalink *dl, switch (ac->proto) { case PROTO_IPCP: if (rad_put_addr(r->cx.rad, RAD_FRAMED_IP_ADDRESS, - ac->peer.ip.addr) != 0 || \ + ac->peer.ip.addr) != 0 || rad_put_addr(r->cx.rad, RAD_FRAMED_IP_NETMASK, ac->peer.ip.mask) != 0) { log_Printf(LogERROR, "rad_put: %s\n", rad_strerror(r->cx.rad));