diff options
Diffstat (limited to 'usr.sbin/ospfd/ospfe.c')
-rw-r--r-- | usr.sbin/ospfd/ospfe.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/ospfd/ospfe.c b/usr.sbin/ospfd/ospfe.c index 9ea4c0d21b3..300cd939f07 100644 --- a/usr.sbin/ospfd/ospfe.c +++ b/usr.sbin/ospfd/ospfe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfe.c,v 1.24 2005/05/26 22:06:26 norby Exp $ */ +/* $OpenBSD: ospfe.c,v 1.25 2005/05/26 22:45:00 norby Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -393,10 +393,6 @@ ospfe_dispatch_rde(int fd, short event, void *bula) fatalx("ospfe_dispatch_rde: " "neighbor not found"); - log_debug("ospfe_dispatch_rde: IMSG_LS_FLOOD, " - "neighbor id %s, len %d", inet_ntoa(nbr->id), - imsg.hdr.len - IMSG_HEADER_SIZE); - l = imsg.hdr.len - IMSG_HEADER_SIZE; if (l < sizeof(lsa_hdr)) fatalx("ospfe_dispatch_rde: " |