summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfe.c
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2009-09-19 16:22:11 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2009-09-19 16:22:11 +0000
commit4f2cb50a8d1a4f8a6779c7ba8e6c90875bf734b8 (patch)
tree98c74243950d04fc395c2308c1fc11b4371eddd1 /usr.sbin/ospfd/ospfe.c
parented24bea35c5aae1a7185507ed58c3374870f6b92 (diff)
KNF indentation; no binary change
Diffstat (limited to 'usr.sbin/ospfd/ospfe.c')
-rw-r--r--usr.sbin/ospfd/ospfe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfe.c b/usr.sbin/ospfd/ospfe.c
index b7e38d87ffe..f9cb276c0fb 100644
--- a/usr.sbin/ospfd/ospfe.c
+++ b/usr.sbin/ospfd/ospfe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfe.c,v 1.70 2009/08/09 23:04:16 claudio Exp $ */
+/* $OpenBSD: ospfe.c,v 1.71 2009/09/19 16:22:10 sthen Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -1099,7 +1099,7 @@ ospfe_demote_area(struct area *area, int active)
bzero(&dmsg, sizeof(dmsg));
strlcpy(dmsg.demote_group, area->demote_group,
- sizeof(dmsg.demote_group));
+ sizeof(dmsg.demote_group));
dmsg.level = area->demote_level;
if (active)
dmsg.level = -dmsg.level;