From 662ca01ede80a37c93c2ccc5ae34381952473985 Mon Sep 17 00:00:00 2001 From: Frank Cusack Date: Tue, 4 Mar 2003 05:13:59 +0000 Subject: [PATCH] style --- pppd/lcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pppd/lcp.c b/pppd/lcp.c index e44a781..f2134b8 100644 --- a/pppd/lcp.c +++ b/pppd/lcp.c @@ -40,7 +40,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id: lcp.c,v 1.65 2003/03/03 05:11:46 paulus Exp $" +#define RCSID "$Id: lcp.c,v 1.66 2003/03/04 05:13:59 fcusack Exp $" /* * TODO: @@ -414,7 +414,7 @@ lcp_close(unit, reason) lcp_finished(f); } else - fsm_close(&lcp_fsm[unit], reason); + fsm_close(f, reason); } -- 2.39.2