From 81f7312bfa8efe8ff7650a6af6d1aa9ce12a55fe Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 23 Feb 1999 15:08:44 +0000 Subject: [PATCH] Misplaces brace puts important code into debug section. Reviewed by: phk Submitted by: Stefan Bethke --- sys/net/if_spppsubr.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c index ef23e5118cb..711226acab9 100644 --- a/sys/net/if_spppsubr.c +++ b/sys/net/if_spppsubr.c @@ -17,7 +17,7 @@ * * From: Version 2.4, Thu Apr 30 17:17:21 MSD 1997 * - * $Id: if_spppsubr.c,v 1.52 1998/12/27 21:30:44 phk Exp $ + * $Id: if_spppsubr.c,v 1.53 1999/02/19 13:45:09 phk Exp $ */ #include @@ -2648,11 +2648,11 @@ sppp_ipcp_RCR(struct sppp *sp, struct lcp_header *h, int len) addlog("%s [not agreed] ", sppp_dotted_quad(desiredaddr)); - p[2] = hisaddr >> 24; - p[3] = hisaddr >> 16; - p[4] = hisaddr >> 8; - p[5] = hisaddr; } + p[2] = hisaddr >> 24; + p[3] = hisaddr >> 16; + p[4] = hisaddr >> 8; + p[5] = hisaddr; break; } /* Add the option to nak'ed list. */