summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2005-12-17 17:24:31 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2005-12-17 17:24:31 +0000
commit9dd2d005e1e46bde7adf8e0c093733a1f9f317f9 (patch)
treec81ff79665565730323c5ed9f4374c3bce85af71 /usr.sbin
parent1efabd602581b7ac811d1f628d9d9f1d8bcfa096 (diff)
remove extra space in output of router LSA; ok claudio@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/tcpdump/print-ospf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/print-ospf.c b/usr.sbin/tcpdump/print-ospf.c
index 60e37b3cb05..351a895ee19 100644
--- a/usr.sbin/tcpdump/print-ospf.c
+++ b/usr.sbin/tcpdump/print-ospf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print-ospf.c,v 1.9 2003/07/08 10:58:27 markus Exp $ */
+/* $OpenBSD: print-ospf.c,v 1.10 2005/12/17 17:24:30 stevesk Exp $ */
/*
* Copyright (c) 1992, 1993, 1994, 1995, 1996, 1997
@@ -25,7 +25,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-ospf.c,v 1.9 2003/07/08 10:58:27 markus Exp $ (LBL)";
+ "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-ospf.c,v 1.10 2005/12/17 17:24:30 stevesk Exp $ (LBL)";
#endif
#include <sys/param.h>
@@ -126,7 +126,7 @@ ospf_print_ls_type(register u_int ls_type,
switch (ls_type) {
case LS_TYPE_ROUTER:
- printf(" rtr %s ", ipaddr_string(ls_router));
+ printf(" rtr %s", ipaddr_string(ls_router));
break;
case LS_TYPE_NETWORK: