summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bgpd/bgpd.c')
-rw-r--r--usr.sbin/bgpd/bgpd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.c b/usr.sbin/bgpd/bgpd.c
index 3e52b00d7e3..46ac14d8109 100644
--- a/usr.sbin/bgpd/bgpd.c
+++ b/usr.sbin/bgpd/bgpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.c,v 1.6 2003/12/20 19:17:51 deraadt Exp $ */
+/* $OpenBSD: bgpd.c,v 1.7 2003/12/20 20:53:30 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -342,6 +342,7 @@ dispatch_imsg(int fd, int idx, struct mrt_config *conf,
}
break;
default:
+ break;
}
imsg_free(&imsg);
}